CS3413/Assignment1
2023-09-26 11:27:36 -03:00
..
.idea Add assignment 2 2023-09-26 11:27:36 -03:00
documentation First commit 2023-09-15 23:55:52 -03:00
submission Add submission for d2l 2023-09-20 00:55:58 -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 Redo function signatures to match assignment doc 2023-09-19 15:38:03 -03:00
linked_list.h Redo function signatures to match assignment doc 2023-09-19 15:38:03 -03:00
main.c Redo function signatures to match assignment doc 2023-09-19 15:38:03 -03:00
node.c Redo function signatures to match assignment doc 2023-09-19 15:38:03 -03:00
node.h Redo function signatures to match assignment doc 2023-09-19 15:38:03 -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