Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
updated the readme reflect the current state of the data structures
  • Loading branch information
aaron-goshine authored and felipernb committed Mar 1, 2019
1 parent 2084c96 commit 94b4bb6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -28,20 +28,21 @@ require('algorithms/data_structures');
// or
require('algorithms').DataStructures;
```

* AVLTree
* BST
* DisjointSetForest
* FenwickTree
* Graph
* HashTable
* Heap
* MaxHeap
* MinHeap
- MaxHeap
- MinHeap
* LinkedList
* PriorityQueue
* Queue
* Set (HashSet)
* Stack
* Treap

#### Geometry algorithms

Expand Down

0 comments on commit 94b4bb6

Please sign in to comment.