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
..
2019-07-07 13:20:11 -07:00