algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Add first cyclic node detection in linked list

Open ArsiyaTasleem90250 opened this issue 2 weeks ago • 0 comments

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

ArsiyaTasleem90250 avatar Nov 20 '25 10:11 ArsiyaTasleem90250