Skip to content

Commit 7de6578

Browse files
author
omprakash umath
committed
2 parents 3dc2fc9 + e1b47ab commit 7de6578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/doubly_linked_list/MultiLevelDoublyLinkedList.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Create Multi Level Doubly Linked List and then fletten it
3+
Create Multi Level Doubly Linked List and then flatten it
44
55
*/
66

@@ -157,4 +157,4 @@ int arr[]={10,50,5,70,62,93,84,0,0,0,70,50,0,0,67,84,0,32};
157157
createMultiLevelDoublyLinkedList(arr,sizeof(arr)/sizeof(int));
158158
flattenMultiLevelDoublyLinkedList();
159159
return 0;
160-
}
160+
}

0 commit comments

Comments
 (0)