Skip to content

Commit 9313b37

Browse files
committed
Update Readme
1 parent 0e50ca1 commit 9313b37

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@ In this repo I upload everything I do related to data structures and algorithm t
77

88
Hope it helps you. Don't forgot to :star:.
99

10-
# Data Structure Implementation
11-
### Linked List
10+
# Linked List
1211
| Name | Completed | Tested |
1312
| :----: | :----: | :----: |
1413
| [LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/LinkedList/LinkedList.py) | <ul><li>- [x] </li></ul> | <ul><li>- [x] </li></ul> |
1514
| [Circular LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/LinkedList/CircularSinglyLinkedList.py) | <ul><li>- [x] </li></ul> | <ul><li>- [x] </li></ul> |
1615
| [Doubly LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/LinkedList/DoublyLinkedList.py) | <ul><li>- [x] </li></ul> | <ul><li>- [x] </li></ul> |
17-
| [Queue with LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/LinkedList/QueueLinkedList.py) | <ul><li>- [x] </li></ul> | <ul><li>- [x] </li></ul> |
16+
| [Queue with LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/LinkedList/QueueLinkedList.py) | <ul><li>- [x] </li></ul> | <ul><li>- [x] </li></ul> |
17+
18+
# Tree
19+
| Name | Completed | Tested |
20+
| :----: | :----: | :----: |
21+
| [Binary Tree](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/Tree/BinaryTree.py) | <ul><li>- [x] </li></ul> | <ul><li>- [x] </li></ul> |
22+
23+
# Contributing
24+
I appreciate feedback on potential improvements and/or if you see an error that I've made! Also if you would like to contribute then do a pull request with algorithm implementation & tests! :)

0 commit comments

Comments
 (0)