Skip to content

Commit 6086afa

Browse files
authored
Merge pull request kodecocodes#323 from antonio081014/master
Add missing link for Trie in README.
2 parents 3c5a105 + 45b5619 commit 6086afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
156156
- kd-Tree
157157
- [Heap](Heap/). A binary tree stored in an array, so it doesn't use pointers. Makes a great priority queue.
158158
- Fibonacci Heap
159-
- Trie
159+
- [Trie](Trie/). A special type of tree used to store associative data structures.
160160
- [B-Tree](B-Tree/). A self-balancing search tree, in which nodes can have more than two children.
161161

162162
### Hashing

0 commit comments

Comments
 (0)