Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解题 数组与环形链表的关系 #74

Open
lovelmh13 opened this issue Jun 14, 2021 · 0 comments
Open

解题 数组与环形链表的关系 #74

lovelmh13 opened this issue Jun 14, 2021 · 0 comments

Comments

@lovelmh13
Copy link
Owner

1.数组中有一个重复的整数 <==> 链表中存在环
2.找到数组中的重复整数 <==> 找到链表的环入口

参考 287.寻找重复数 解题思路

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

No branches or pull requests

1 participant