minkcv / cpplib

A collection of c++ data structures and algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A collection of c++ data structures and algorithms


Languages

Language:C++ 96.4%Language:Makefile 2.7%Language:C 0.9%