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.
Given two non-empty linked lists representing non-negative integers in reverse order, add them and return the sum as a new linked list.
Given the head of a linked list, determine if there's a cycle present.