Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heaps #156

Merged
merged 16 commits into from
Nov 5, 2019
Next Next commit
update: entry in TOC.md
  • Loading branch information
ashokdey committed Nov 3, 2019
commit 15e262f3f94e4dabfc09162c21b0994b688afc22
6 changes: 3 additions & 3 deletions TOC.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

## Table of Contents

### Data Structures
Expand Down Expand Up @@ -44,6 +43,8 @@
- [Unique words count in a Trie](src/_DataStructures_/Trees/Trie/unique-word-count)
- [All the words from a Trie](src/_DataStructures_/Trees/Trie/all-words-in-trie)
- [Unique words in a Trie](src/_DataStructures_/Trees/Trie/get-unique-words)
- [Heaps](src/_DataStructures_/Heaps)
- [MaxHeap](src/_DataStructures_/Heaps/MaxHeap)

### Logical Problems

Expand Down Expand Up @@ -75,8 +76,7 @@

- [LRU Cache](src/_Algorithms_/lru-cache)
- Path Finders
- [A*](src/_Algorithms_/path-finder/a-star)

- [A\*](src/_Algorithms_/path-finder/a-star)

### Classics

Expand Down