Skip to content

Cycle Detection and Entry Point Identification in Singly Linked Lists#2706

Closed
ArsiyaTasleem90250 wants to merge 2 commits intokeon:mainfrom
ArsiyaTasleem90250:main
Closed

Cycle Detection and Entry Point Identification in Singly Linked Lists#2706
ArsiyaTasleem90250 wants to merge 2 commits intokeon:mainfrom
ArsiyaTasleem90250:main

Conversation

@ArsiyaTasleem90250
Copy link
Contributor

No description provided.

Implement Floyd's cycle-finding algorithm to detect the first cyclic node in a linked list. Includes a test suite for validation.
Add first cyclic node detection in linked list
@keon
Copy link
Owner

keon commented Feb 17, 2026

Thank you for the contribution! We already have cycle detection and entry point identification in algorithms/linked_list/is_cyclic.py and first_cyclic_node.py, so closing as duplicate. The repo was recently restructured in v1.0.0.

@keon keon closed this Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants