My C library to implement data structures and algorithms.
NOTE: Not meant for real life usage!
For code style, Chaotic Good naming convention is used.
snake_case
for variablescamelCase
for functionsPascalCase
for struct/class/types
All the libraries are modular.
- String type(Rust inspired)
- Vector array
- Queue
- Stack
- Arena Pool(for memory management)
- Linear search
- Binary search