Skip to content

Commit 9f9b7fb

Browse files
committed
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2 parents 1da6716 + 95798d1 commit 9f9b7fb

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)