Skip to content

Commit 1cad693

Browse files
committed
Updated README
1 parent c0da475 commit 1cad693

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,14 @@ Pune, Maharashtra, India.<br />
3737
* [Circular Queue](Queue/CicularQueue.py)
3838
* [Double Ended Queue](Queue/Deque.py)
3939
* [Priority Queue](Queue/PriorityQueue.py)
40+
41+
# Tree
42+
43+
* [Tree Concept](https://github.com/OmkarPathak/Data-Structures-using-Python/blob/master/Trees/Tree.ipynb)
44+
* [Tree implementation](Trees/Tree.py)
45+
* [Binary Search Tree](Trees/BinarySearchTree.py)
46+
* [Breadth First Traversal](Trees/P01_BreadthFirstTraversal.py)
47+
* [Count Leaf Nodes](Trees/P02_CountLeafNodes.py)
48+
* [Construct tree from inorder and preorder](Trees/P03_TreeFromInorderAndPreorder.py)
49+
* [Finding root to leaf paths](Trees/P04_RootToLeafPaths.py)
50+
* [Finding the inorder predecessor and successor](Trees/P05_InorderPredecessorAndSuccessor.py)

0 commit comments

Comments
 (0)