Skip to content

Commit dafccef

Browse files
committed
Updated README
1 parent 8758055 commit dafccef

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ Pune, Maharashtra, India.<br />
77

88
# Arrays
99

10-
* [Arrays](https://github.com/OmkarPathak/Data-Structures-using-Python/blob/master/Arrays/Arrays.ipynb)
11-
* [Array](Arrays/Arrays.py)
10+
* [Arrays Concept](https://github.com/OmkarPathak/Data-Structures-using-Python/blob/master/Arrays/Arrays.ipynb)
11+
* [Array implementation](Arrays/Arrays.py)
1212
* [Reversing an Array](Arrays/P01_ReversingArray.py)
1313
* [Array Rotation](Arrays/P02_ArrayRotation.py)
1414
* [Get the missing number](Arrays/P03_GetMissingNumber.py)
15+
16+
# Linked Lists
17+
18+
* [Linked Lists Concept](https://github.com/OmkarPathak/Data-Structures-using-Python/blob/master/Linked%20Lists/Linked%20Lists.ipynb)
19+
* [Singly Linked List implementation](Linked%20Lists/SinglyLinkedList.py)
20+
* [Doubly Linked List implementation](Linked%20Lists/DoublyLinkedList.py)
21+
* [Finding the length of linked list](Linked%20Lists/P01_FindingLengthOfLinkedList.py)
22+
* [Reversing the linked list](Linked%20Lists/P02_ReversingLinkedList.py)

0 commit comments

Comments
 (0)