Skip to content

capernicon/list-compare

Repository files navigation

list compare

Screenshot of list compare menu

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.

compiling and linking with makefile

make

cleaning with makefile

make clean

run

./list_compare infile outfile datastructure EX ./list_compare /testfiles/big.txt newfile linkedlist

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published