Skip to content

Commit 94b4bb6

Browse files
aaron-goshinefelipernb
authored andcommitted
Updated README
updated the readme reflect the current state of the data structures
1 parent 2084c96 commit 94b4bb6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,21 @@ require('algorithms/data_structures');
2828
// or
2929
require('algorithms').DataStructures;
3030
```
31-
31+
* AVLTree
3232
* BST
3333
* DisjointSetForest
3434
* FenwickTree
3535
* Graph
3636
* HashTable
3737
* Heap
38-
* MaxHeap
39-
* MinHeap
38+
- MaxHeap
39+
- MinHeap
4040
* LinkedList
4141
* PriorityQueue
4242
* Queue
4343
* Set (HashSet)
4444
* Stack
45+
* Treap
4546

4647
#### Geometry algorithms
4748

0 commit comments

Comments
 (0)