We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5e13a commit 15e262fCopy full SHA for 15e262f
TOC.md
@@ -1,4 +1,3 @@
1
-
2
## Table of Contents
3
4
### Data Structures
@@ -44,6 +43,8 @@
44
43
- [Unique words count in a Trie](src/_DataStructures_/Trees/Trie/unique-word-count)
45
- [All the words from a Trie](src/_DataStructures_/Trees/Trie/all-words-in-trie)
46
- [Unique words in a Trie](src/_DataStructures_/Trees/Trie/get-unique-words)
+- [Heaps](src/_DataStructures_/Heaps)
47
+ - [MaxHeap](src/_DataStructures_/Heaps/MaxHeap)
48
49
### Logical Problems
50
@@ -75,8 +76,7 @@
75
76
77
- [LRU Cache](src/_Algorithms_/lru-cache)
78
- Path Finders
- - [A*](src/_Algorithms_/path-finder/a-star)
79
+ - [A\*](src/_Algorithms_/path-finder/a-star)
80
81
### Classics
82
0 commit comments