Skip to content

Commit d680e06

Browse files
committed
Fixed link to B-Tree in README.md
1 parent f81304b commit d680e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

+1-1
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)