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

Commit 0b9f803

Browse files
committed
Readme updated
1 parent 72aa137 commit 0b9f803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ class TreeNode{
831831

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

834-
![alt text](Vault/PreOrderTraversalGIF.gif "PreOrderTraversalGIF")
834+
<img src="Vault/PreOrderTraversalGIF.gif "PreOrderTraversalGIF" width="40" height="40" />
835835

836836
#### `Binary Search Tree(BST):`
837837
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.

0 commit comments

Comments
 (0)