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

Commit 53628cf

Browse files
committed
Readme updated
1 parent 5ee6eff commit 53628cf

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -831,9 +831,6 @@ class TreeNode{
831831

832832
![alt text](Vault/BinaryTree.png "Binary Tree")
833833

834-
![alt text](Vault/PreOrderTraversalVideo.m4v "PreOrderTraversalVideo")
835-
836-
837834
#### `Binary Search Tree(BST):`
838835
A Binary Tree where the left child is less than the root and the right child is greater than the root and each node can have at-most have 2 children! All the nodes in the left subtree are less than the root node and all the nodes in the right subtree are greater than the root node. All the subtrees in a BST are BST.
839836

Vault/PreOrderTraversalVideo.m4v

-422 KB
Binary file not shown.

0 commit comments

Comments
 (0)