...

/

Challenge 1: Length of a Linked List

Challenge 1: Length of a Linked List

Find the length of the given linked list.

We'll cover the following...

Problem Statement

Implement a function that takes a linked list testVariable and returns the length of the linked list. ...