Skip to content

Commit 15e262f

Browse files
committed
update: entry in TOC.md
1 parent 6a5e13a commit 15e262f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TOC.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
## Table of Contents
32

43
### Data Structures
@@ -44,6 +43,8 @@
4443
- [Unique words count in a Trie](src/_DataStructures_/Trees/Trie/unique-word-count)
4544
- [All the words from a Trie](src/_DataStructures_/Trees/Trie/all-words-in-trie)
4645
- [Unique words in a Trie](src/_DataStructures_/Trees/Trie/get-unique-words)
46+
- [Heaps](src/_DataStructures_/Heaps)
47+
- [MaxHeap](src/_DataStructures_/Heaps/MaxHeap)
4748

4849
### Logical Problems
4950

@@ -75,8 +76,7 @@
7576

7677
- [LRU Cache](src/_Algorithms_/lru-cache)
7778
- Path Finders
78-
- [A*](src/_Algorithms_/path-finder/a-star)
79-
79+
- [A\*](src/_Algorithms_/path-finder/a-star)
8080

8181
### Classics
8282

0 commit comments

Comments
 (0)