Step 3 of 6
Length and sum
Your turn: write two traversal functions:
int list_length(const struct Node *head)int list_sum(const struct Node *head)
Step 3 of 6
Your turn: write two traversal functions:
int list_length(const struct Node *head)int list_sum(const struct Node *head)