1v1Code

hard · javascript

Linked List Cycle

Return true if the linked list contains a cycle. Nodes are `{val, next}`.

Log in to open the workspace