Skip to content

Commit 829cf17

Browse files
authored
Adds Octree to the main toc
1 parent a6cf479 commit 829cf17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
163163
- [Trie](Trie/). A special type of tree used to store associative data structures.
164164
- [B-Tree](B-Tree/). A self-balancing search tree, in which nodes can have more than two children.
165165
- [QuadTree](QuadTree/). A tree with 4 children.
166+
- [Octree](Octree/). A tree with 8 children.
166167

167168
### Hashing
168169

0 commit comments

Comments
 (0)