Skip to content

Commit 62cf889

Browse files
committed
added BST image
1 parent 9759c74 commit 62cf889

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.README.md.swp

24 KB
Binary file not shown.

Images/BST.png

99.2 KB
Loading

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Interviews
1+
Interviews
22
> Your personal guide to Software Development technical interviews.
33
>
44
> Maintainer - [Kevin Naughton Jr.](https://github.com/kdn251)
@@ -64,9 +64,10 @@
6464
* Search: `O(log(n))`
6565
* Insert: `O(log(n))`
6666
* Remove: `O(log(n))`
67+
* ![Alt text](/Images/BST.png?raw=true)
6768

6869
### Heap
69-
70+
* A *Heap* is a specialized tree based structure data structure that satisfies the *heap* property: if A
7071
### Hashing
7172

7273
### Graph

0 commit comments

Comments
 (0)