Skip to content

Commit 2d5d8d0

Browse files
committed
Add Sparse Table link to README
1 parent 81534d5 commit 2d5d8d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
162162
- [Segment Tree](Segment%20Tree/). Can quickly compute a function over a portion of an array.
163163
- [Lazy Propagation](https://github.com/raywenderlich/swift-algorithm-club/tree/master/Segment%20Tree/LazyPropagation)
164164
- kd-Tree
165+
- [Sparse Table](Sparse%20Table/). Another take on quickly computing a function over a portion of an array, but this time we'll make it even quicker!.
165166
- [Heap](Heap/). A binary tree stored in an array, so it doesn't use pointers. Makes a great priority queue.
166167
- Fibonacci Heap
167168
- [Trie](Trie/). A special type of tree used to store associative data structures.

0 commit comments

Comments
 (0)