Practice ยท 3 of 4
Find Node
Implement Node* list_find(Node *head, int target) returning a pointer to the FIRST node holding target, or NULL.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Linked List Workbench
Practice ยท 3 of 4
Implement Node* list_find(Node *head, int target) returning a pointer to the FIRST node holding target, or NULL.
Difficulty: beginner
Back to lesson: Practice: Linked List Workbench