Skip to content

Commit 2e0a1f7

Browse files
Update
1 parent 41e79fc commit 2e0a1f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/linked_list_cycle.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
have to know that you should use this algorithm to detect a cycle in a
99
linked list. This algorithm can also be used for directed graphs.
1010
11-
See: https://en.wikipedia.org/wiki/Cycle_detection
12-
1311
This solution has O(n) time complexity and O(1) space complexity.
1412
"""
1513

0 commit comments

Comments
 (0)