Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 269 Bytes

File metadata and controls

7 lines (5 loc) · 269 Bytes

This project is a teoritcal implementation of linked list

testing data is in the ./test directory to compile the program use git -Wall list.c main.c

to test the results you can use the bash line below /a.out < ./test/input.txt | head --lines 200 > test/output.txt