Practice ยท 1 of 4
List Length
Implement int list_len(const Node *head) returning the number of nodes in the chain.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Linked List Workbench
Practice ยท 1 of 4
Implement int list_len(const Node *head) returning the number of nodes in the chain.
Difficulty: beginner
Back to lesson: Practice: Linked List Workbench