...

/

Challenge: Find the Length of a Linked List

Challenge: Find the Length of a Linked List

Try to 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.

  • 00 \leq n 500\leq 500
  • 5000-5000 \leq Node.value 5000\leq 5000

Examples

Access this course and 1400+ top-rated courses and projects.