Skip to content

Commit 5234381

Browse files
author
Chris Pilcher
committed
Removing B-Tree as it has no content and has not been updated in 3 months.
1 parent 9a4aaec commit 5234381

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

B Tree/README.markdown

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
151151
- [Heap](Heap/). A binary tree stored in an array, so it doesn't use pointers. Makes a great priority queue.
152152
- Fibonacci Heap
153153
- Trie
154-
- [B-Tree](B Tree/) :construction:
154+
- B-Tree
155155
- [Radix Tree](Radix Tree/) :construction:
156156

157157
### Hashing

0 commit comments

Comments
 (0)