Skip to content

Commit 2d44d14

Browse files
committed
Update Readme.md
1 parent a41bb13 commit 2d44d14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Hope it helps you. Don't forgot to :star:.
1818
# Tree
1919
| Name | Completed | Tested |
2020
| :----: | :----: | :----: |
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> |
21+
| [Binary Tree By LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/Tree/BinaryTreeLL.py) | <ul><li>- [x] </li></ul> | <ul><li>- [x] </li></ul> |
22+
| [Binary Tree By PythonList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/Tree/BinaryTreePL.py) | <ul><li>- [x] </li></ul> | <ul><li>- [x] </li></ul> |
23+
2224

2325
# Contributing
2426
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)