d96758277a
Made the list implementation more generic to hold various types, includung structs. Updated traversing function that accepts a function pointer that contains the logic to print element in the list
amazing-username2019-07-23 21:07:50 -04:00
729f87fee0
added function to free list, added function pointer for the use of traversing the list data, and code cleanup
amazing-username2019-07-22 21:58:03 -04:00
1867267b06
Initial commit. Able to add int to the beginning and end of the list, as well as traverse the list.
amazing-username2019-07-19 00:33:27 -04:00