-
Notifications
You must be signed in to change notification settings - Fork 19.9k
updated CreateAndDetectLoop with test #5561
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5561 +/- ##
============================================
+ Coverage 58.59% 58.80% +0.20%
- Complexity 3749 3759 +10
============================================
Files 554 554
Lines 15922 15908 -14
Branches 3030 3028 -2
============================================
+ Hits 9330 9354 +24
+ Misses 6195 6154 -41
- Partials 397 400 +3 ☔ View full report in Codecov by Sentry. |
It's already present here Java/src/main/java/com/thealgorithms/datastructures/lists/CreateAndDetectLoop.java Line 5 in b61c547
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add JUnit tests and fix PR build and Clang checks
Am i missing something ? Cuz I didnt get any response @arindam89 @siriak @BurkHufnagel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Above algorithm helps to find the length of loop in linkedlist
clang-format -i --style=file path/to/your/file.java