Skip to content

Commit 2a604e7

Browse files
committed
Update Readme.md
1 parent 17bdf30 commit 2a604e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ In this repo I upload everything I do related to data structures and algorithm t
1010
:negative_squared_cross_mark: : If the implementation incomplete or untested.
1111

1212
# Linked List
13-
* :white_check_mark: [LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/LinkedList/LinkedList.py)
13+
* :white_check_mark: [LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/LinkedList/LinkedList.py)
1414
* :white_check_mark: [Circular LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/LinkedList/CircularSinglyLinkedList.py)
1515
* :white_check_mark: [Doubly LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/LinkedList/DoublyLinkedList.py)
16-
* :white_check_mark: [Queue with LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/LinkedList/QueueLinkedList.py)
16+
* :white_check_mark: [Queue with LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/LinkedList/QueueLinkedList.py) - Implemented Queue with Singly Linked list
1717

1818
<!-- | Name | Completed | Tested |
1919
| :----: | :----: | :----: |
@@ -25,7 +25,7 @@ In this repo I upload everything I do related to data structures and algorithm t
2525

2626
# Tree
2727
* :white_check_mark: [Binary Tree By LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/Tree/BinaryTreeLL.py)
28-
* :negative_squared_cross_mark: [Binary Tree By PythonList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/Tree/BinaryTreePL.py)
28+
* :negative_squared_cross_mark: [Binary Tree By PythonList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/Tree/BinaryTreePL.py) - Some Implementation is left
2929

3030
<!-- | Name | Completed | Tested |
3131
| :----: | :----: | :----: |

0 commit comments

Comments
 (0)