CS3413/Assignment1
2023-09-17 23:29:13 -03:00
..
.idea Add valgrind testing and fix valgrind errors 2023-09-17 22:55:08 -03:00
documentation First commit 2023-09-15 23:55:52 -03:00
tests Add valgrind testing and fix valgrind errors 2023-09-17 22:55:08 -03:00
CMakeLists.txt Change C standard to one used in labs 2023-09-17 23:00:35 -03:00
linked_list.c Add valgrind testing and fix valgrind errors 2023-09-17 22:55:08 -03:00
linked_list.h Add valgrind testing and fix valgrind errors 2023-09-17 22:55:08 -03:00
main.c Add valgrind testing and fix valgrind errors 2023-09-17 22:55:08 -03:00
node.c Add valgrind testing and fix valgrind errors 2023-09-17 22:55:08 -03:00
node.h Add valgrind testing and fix valgrind errors 2023-09-17 22:55:08 -03:00
readme.txt Add readme for graders 2023-09-17 23:29:13 -03:00

Hello Graders and TA's

To ease my pain I broke up the program into a few files, so you need to compile it like this:

To compile the program run this:
gcc main.c node.c linked_list.c

Then run the program with this:
./a.out