Challenge 1: Search for a Value in a Linked List
In this lesson, you have to implement the code to search for a value in the linked list.
We'll cover the following...
Problem Statement
When given a linked list, the method should return true if a ...