TheAlgorithms-C/data_structures/list
Ethan Fredsti 8a1a4972a5
fix: change list length in `data_structures/list/list.c` (#1265)
I changed the return value of n in List_length to reflect the number of items inside the list, so a newly initialized list will return a length of 0.  To prevent items in List_toArray from being cut off, I addeone back to n at the beginning of the List_toArray function.
2023-06-20 15:07:09 -06:00
..
Makefile Add implementation list 2019-07-07 13:20:11 -07:00
list.c fix: change list length in `data_structures/list/list.c` (#1265) 2023-06-20 15:07:09 -06:00
list.h formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
main.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00