-
Notifications
You must be signed in to change notification settings - Fork 20k
Shortest coprime segment using sliding window technique #6296
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
Shortest coprime segment using sliding window technique #6296
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6296 +/- ##
============================================
+ Coverage 74.10% 74.14% +0.03%
- Complexity 5345 5359 +14
============================================
Files 677 678 +1
Lines 18639 18686 +47
Branches 3618 3625 +7
============================================
+ Hits 13812 13854 +42
- Misses 4272 4274 +2
- Partials 555 558 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 fix the failing build pipeline
src/main/java/com/thealgorithms/slidingwindow/ShortestCoprimeSegment.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/slidingwindow/ShortestCoprimeSegment.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/slidingwindow/ShortestCoprimeSegment.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/slidingwindow/ShortestCoprimeSegment.java
Outdated
Show resolved
Hide resolved
…t segment itself. 2. Testcases have been adapted, a few new ones added.
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 very good!
clang-format -i --style=file path/to/your/file.java