A comprehensive utility library that provides various essential functions and data structures, including:
- String and memory functions
- Random number generator
- Linked lists
- Custom printf (see
ft_printf
)
- Linear-probing hashmap
- Dynamic array
- AVL binary search tree