Skip to content

Commit 85abac8

Browse files
Update README.md
1 parent 91e46b6 commit 85abac8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Trees/BinaryTree/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,18 @@
1212
- void printAtGivenLevel(int level)
1313
- void reverseLevelOrderTraversal()
1414
- void levelOrderTraversallinebyline()
15+
- void leftViewOfTree()
16+
- rightViewOfTree()
17+
- void inorderUsingStack()
18+
- void mirrorTree()
19+
- void delete()
20+
- boolean checkIdentical(Node t1,Node t2)
21+
- int getLevelOfNode(int val)
22+
- void boundryNodes()
23+
- void printVerticalOrder()
24+
- void verticalSum()
25+
- void levelWiseSum()
26+
- boolean recursiveSearch(int data)
27+
- boolean iterativeSearch(int data)
28+
- void spiralOrder()
29+

0 commit comments

Comments
 (0)