Commit Graph

4 Commits

Author SHA1 Message Date
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
github-actions
6f98288110 formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
github-actions
0779a2b70d formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
dang hai
e4d0fc93f6 Add implementation list 2019-07-07 13:20:11 -07:00