Skip to content

Commit fe21aa1

Browse files
committed
Update Readme.md
1 parent a6f0412 commit fe21aa1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ In this repo I upload everything I do related to data structures and algorithm t
1818
* Data Structure & ALgorithm Implementation
1919
* [Linked List](#linked-list)
2020
* [Tree](#tree)
21+
* [Binary Search Tree](#binary-search-tree)
2122

2223

2324
# Linked List
@@ -43,6 +44,8 @@ In this repo I upload everything I do related to data structures and algorithm t
4344
| [Binary Tree By LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/Tree/BinaryTreeLL.py) | :white_check_mark: | :white_check_mark: |
4445
| [Binary Tree By PythonList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/Tree/BinaryTreePL.py) | :negative_squared_cross_mark: | :negative_squared_cross_mark: | -->
4546

47+
# Binary Search Tree
48+
* :white_check_mark: [Binary Search Tree](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/BinarySearchTree/BST.py)
4649

4750
# Contributing
4851
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)