Princeton21 / Data-Structures-and-Algorithms

Repository consisting of data-structures and algorithms.
MIT License
32 stars 130 forks source link

Create LinkedList_cycle_detection.py #407

Closed JASKAMAL22 closed 2 years ago

JASKAMAL22 commented 2 years ago

Added source code with explanation

Changes: Python code to identify cycle present in a Linked List using slow and fast pointer.

JASKAMAL22 commented 2 years ago

Hi @Princeton21 Please review it and let me know if any change is required :)