C++ Container equivalents

Henning Hasemann hhasemann at web.de
Wed Aug 15 00:07:21 PDT 2007


As said before the situation is bad, but allows for re-inventing the
wheel with a good excuse (the dream of all coders ;-)).

I have written:
- a double linked list
- a dobule linked list that stays sorted
- a set (based on hashmap over bool)
- a heap
- an implementation of the dijkstra algorithm
- Iterator classes/Interfaces

naturally all fitting together. Since I coded just what I needed for
my current project, you would maybe miss some functionality but if you
can use any of it, Im happy to share.

Henning

-- 
GPG Public Key:
http://keyserver.ganneff.de:11371/pks/lookup?op=get&search=0xDDD6D36D41911851
Fingerprint: 344F 4072 F038 BB9E B35D  E6AB DDD6 D36D 4191 1851


More information about the Digitalmars-d-learn mailing list