A linked list with key and value pairs, both keys and values are (char *). Also allow writing list as binary and loading the list from disk.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lomna-dev dd6948d743 First Commit 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Initial commit 1 year ago
clean.tsk First Commit 1 year ago
example.c First Commit 1 year ago
lookup_list.h First Commit 1 year ago
main.tsk First Commit 1 year ago

README.md

LookupListC

A linked list with key and value pairs, both keys and values are (char *). Also allow writing list as binary and loading the list from disk.