Containers icon indicating copy to clipboard operation
Containers copied to clipboard

This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.

Results 2 Containers issues
Sort by recently updated
recently updated
newest added

Allow custom malloc, calloc, realloc, and free. Add freeing functions too, if a user wants the container to free on removal.

feature

Add iterators to some containers. For example, in the tree-based containers.

feature