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 ed6861cab8 Initial commit 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Initial 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.