Solution: Find the Length of a Linked List
Let’s solve the Find the Length of a Linked List problem.
We'll cover the following...
Statement
Given the head
of a singly linked list, find the length of the linked list.
Constraints:
Let n
be the number of nodes in a linked list.
-
n