Practice ยท 4 of 4
List Max Node
Implement Node* list_max(Node *head) returning a pointer to the node with the LARGEST value (ties: the first), or NULL for the empty list.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Linked List Workbench