/cpplib

A collection of c++ data structures and algorithms

Primary LanguageC++

A collection of c++ data structures and algorithms

Not in the form of a normal linkable library. Just a few files that can be handy. Run make on GNU systems in one of the folders with a Makefile to build a test binary.

memstack

A stack based memory allocator for when using malloc or new frequently is too slow.

list

Some implementations of a list data structure.

geom

3D geometry data structures like a 3D vector.