Skip to content

Commit 06a9732

Browse files
committed
added readme for heap and stack
1 parent 39ce6ac commit 06a9732

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Binary-Search-Tree/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Binary Search Tree
2+
3+
* Link to learn about [BST](https://www.wikiwand.com/en/Binary_search_tree)

Heap/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Heap
2+
3+
* [Wikipedia Link](https://www.wikiwand.com/en/Heap_(data_structure))
4+
* [Reference Link from Princeton](http://algs4.cs.princeton.edu/24pq/)

0 commit comments

Comments
 (0)