Skip to content

Detect a loop in linked list #2346

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

Merged
merged 3 commits into from
Oct 1, 2021
Merged

Detect a loop in linked list #2346

merged 3 commits into from
Oct 1, 2021

Conversation

KhushiChaudhary744
Copy link
Contributor

fix #2340

Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

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

Please fix formatting (mixed tabs and spaces, missing spaces, empty lines after opening braces) and re-request my review

@KhushiChaudhary744
Copy link
Contributor Author

Hey, so I used a beautifying tool, hopefully its okay now.

@siriak siriak merged commit b5f4ab2 into TheAlgorithms:master Oct 1, 2021
shivamshrey added a commit to shivamshrey/Java that referenced this pull request Oct 23, 2021
- Make implementation improvements
- Make formatting improvements
- Fix file extension
- Fix typos
- Fix syntax errors
shivamshrey added a commit to shivamshrey/Java that referenced this pull request Oct 23, 2021
shivamshrey added a commit to shivamshrey/Java that referenced this pull request Oct 23, 2021
shivamshrey added a commit to shivamshrey/Java that referenced this pull request Oct 23, 2021
shivamshrey added a commit to shivamshrey/Java that referenced this pull request Oct 23, 2021
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.

Detect a loop in linked list.
2 participants