Skip to content

Leetcode linked list cycle ii#20

Open
Igneaalis wants to merge 8 commits intomasterfrom
LEETCODE-linked-list-cycle-ii
Open

Leetcode linked list cycle ii#20
Igneaalis wants to merge 8 commits intomasterfrom
LEETCODE-linked-list-cycle-ii

Conversation

@Igneaalis
Copy link
Copy Markdown
Owner

Added LEETCODE "linked-list-cycle-ii" solution.

@Igneaalis Igneaalis requested a review from Vivelapaix June 4, 2020 22:12
# self.next = None

class Solution(object):
def detectCycle(self, _head):
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Почему ты решаешь эту задачу иначе, чем вот здесь https://github.com/Igneaalis/algorithms/pull/21/files

Ты можешь переиспользовать код здесь

@Igneaalis Igneaalis added the tbd Solution was provided but another was requested. label Jun 5, 2020
@Igneaalis Igneaalis requested review from Vivelapaix and removed request for Vivelapaix June 5, 2020 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tbd Solution was provided but another was requested.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants