Skip to content

Commit a03344e

Browse files
author
Chris Pilcher
committed
Merge pull request kodecocodes#122 from chris-pilcher/b-tree-removal
Removing B-Tree as it has no content and has not been updated in 3 mo…
2 parents 9a4aaec + 5234381 commit a03344e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

B Tree/README.markdown

-8
This file was deleted.

README.markdown

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