CERPEC is a personal project that aims to recreate popular data structures for the C programming language. These are divided based on their length into finite and 'infinite' (adjustable) structures.
C compiler that supports at least the C99 standard, for example:
- STACK
- QUEUE
- DEQUE
- STRAIGHT LIST
- CIRCULAR LIST
- DOUBLE LIST
- HASH SET
- BITWISE SET
- RED-BLACK SET
- BINARY SEARCH TREE
- ALV TREE
- RED-BLACK TREE
- BINARY HEAP
- HASH MAP