Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 165 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 165 Bytes

Problem

Given a linked list, return the node where the cycle begins. If there is no cycle, return null.

Follow up: Can you solve it without using extra space?