Small project. Implements a dictionary in C.
Initialize using dict_create. This takes in a single argument, which is a function pointer to a comparator similar to qsort.
Lots of stuff left to do, but this is a start.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Small project. Implements a dictionary in C.
Initialize using dict_create. This takes in a single argument, which is a function pointer to a comparator similar to qsort.
Lots of stuff left to do, but this is a start.