Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-05 | Fixed a bug in Vector::bsearch. | Sebastian Geerken | |
2013-03-05 | Vector::bsearch and insertSorted. | Sebastian Geerken | |
2013-03-05 | Comparable is now subclass of Object (not pseudo-interface anymore). The old ↵ | Sebastian Geerken | |
solution would have made RTTI neccessary to work correctly. | |||
2013-03-05 | Implemented iterators for Vector. | Sebastian Geerken | |
2013-03-04 | Simplified containers test. | Sebastian Geerken | |
2013-01-29 | Some cleanup in HashTable; new container HashSet (of which HashTable is a ↵ | Sebastian Geerken | |
sub class); fixed a glitch in both (inserting equal node again does not remove the first instance). | |||
2013-01-27 | Test for containers. (Just curious how complete the code is ...) | Sebastian Geerken | |