Library of collection data structures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
teknomunk 7ffee8875d
Add tiny amount of documentation
8 months ago
item_type Rename function tables to *_itable and *_vtable, implement single-linked list 1 year ago
sort Remove debug output, allow sort order to be specified 1 year ago
todo Store vector.* for merge with array 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Initial commit 1 year ago
array.c Merge branch 'master' of https://gitea.polaris-1.work/teknomunk/collections 1 year ago
array.h Merge branch 'master' of https://gitea.polaris-1.work/teknomunk/collections 1 year ago
collection.c Rename function tables to *_itable and *_vtable, implement single-linked list 1 year ago
collection.h Add tiny amount of documentation 8 months ago
list.c Rename function tables to *_itable and *_vtable, implement single-linked list 1 year ago
list.h Rename function tables to *_itable and *_vtable, implement single-linked list 1 year ago

README.md

collections

Library of collection data structures.