Challenge 4: Find the Length of a Linked List
Write a function, which can tell you the length of a linked list.
We'll cover the following...
Problem statement
In this problem, you have to implement the Length()
function, ...