algorithms
algorithms copied to clipboard
Add first cyclic node detection in linked list
Implement Floyd's cycle-finding algorithm to detect the first cyclic node in a linked list. Includes a test suite for validation.