Skip to content

Commit 95798d1

Browse files
authored
Merge pull request kodecocodes#154 from ViktorSimko/btree
Fixed link to B-Tree in README.md
2 parents f81304b + d680e06 commit 95798d1

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
@@ -152,7 +152,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
152152
- [Heap](Heap/). A binary tree stored in an array, so it doesn't use pointers. Makes a great priority queue.
153153
- Fibonacci Heap
154154
- Trie
155-
- B-Tree
155+
- [B-Tree](B-Tree/). A self-balancing search tree, in which nodes can have more than two children.
156156

157157
### Hashing
158158

0 commit comments

Comments
 (0)