A program I created which works with two of the most common data structures in C; the linkedlist and arraylist.
The main purpose is to compare and contrast the time differences when loading and maniuplating data for each list type.
make
make clean
./list_compare infile outfile datastructure
EX ./list_compare /testfiles/big.txt newfile linkedlist