- Create Heap in n time (Heapify)
- GnomeSort: Add optmisation found on wikipedia
- Add short descriptions to all on readme
- InsertionSort
- fisherYates shuffle
- make comment somewher about array representations in V8
- Choose license
- Convert to common.js modules
- Add author to every file
- implement remove on iterator (ask pat if he wants it in Java too)
- fix pat's bug about empty in iteraotor
- What do I do with the constructor?
- Implement Iterator
- Wikipedia has better trickle down algo
- Implement addAll() and removeAll() efficiently
- test random remove