Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Commit 3ce044c

Browse files
committed
Readme update
1 parent 0fc1c71 commit 3ce044c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -834,11 +834,6 @@ class TreeNode{
834834

835835
![alt text](Vault/BinaryTree.png "Binary Tree")
836836

837-
**Level-Order Traversal:** `10 20 30 40 50 60 70` </br>
838-
**In-Order Traversal:** `40 20 50 10 60 30 70` </br>
839-
**Pre-OrderTraversal:** `10 20 40 50 30 60 70` </br>
840-
**Post-OrderTraversal:** `40 50 20 60 70 30 10`
841-
842837
#### `Tree Programs:`
843838

844839
| SN | Tree Program | Algo-Name | Java Program File to Demonstrate the Operation |

Vault/BinaryTree.png

45.9 KB
Loading

0 commit comments

Comments
 (0)