Skip to content

Commit 3b5a508

Browse files
committed
Added Rootish Array Stack to Readme
1 parent 3a44c0b commit 3b5a508

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
130130
- [Bit Set](Bit Set/). A fixed-size sequence of *n* bits.
131131
- [Fixed Size Array](Fixed Size Array/). When you know beforehand how large your data will be, it might be more efficient to use an old-fashioned array with a fixed size.
132132
- [Ordered Array](Ordered Array/). An array that is always sorted.
133+
- [Rootish Array Stack](Rootish Array Stack/). A space and time efficient variation on Swift arrays.
133134

134135
### Queues
135136

@@ -205,6 +206,7 @@ The following books are available for free online:
205206
- [Algorithms, Etc.](http://jeffe.cs.illinois.edu/teaching/algorithms/) by Erickson
206207
- [Algorithms + Data Structures = Programs](http://www.ethoberon.ethz.ch/WirthPubl/AD.pdf) by Wirth
207208
- Algorithms and Data Structures: The Basic Toolbox by Mehlhorn and Sanders
209+
- [Open Data Structures](http://opendatastructures.org) by Pat Morin
208210
- [Wikibooks: Algorithms and Implementations](https://en.wikibooks.org/wiki/Algorithm_Implementation)
209211

210212
Other algorithm repositories:

0 commit comments

Comments
 (0)