Skip to main content

2 docs tagged with "Linked Lists"

View all tags

Add Two Numbers

Given two non-empty linked lists representing non-negative integers in reverse order, add them and return the sum as a new linked list.

Linked List Cycle

Given the head of a linked list, determine if there's a cycle present.