Skip to content

Commit

Permalink
updated BST image
Browse files Browse the repository at this point in the history
  • Loading branch information
kdn251 committed Feb 21, 2017
1 parent 62cf889 commit 3c245df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Interviews
* Search: `O(log(n))`
* Insert: `O(log(n))`
* Remove: `O(log(n))`
* ![Alt text](/Images/BST.png?raw=true)
![Alt text](/Images/BST.png =500x500 "Binary Search Tree")

### Heap
* A *Heap* is a specialized tree based structure data structure that satisfies the *heap* property: if A
Expand Down

0 comments on commit 3c245df

Please sign in to comment.