feat(strings): add StringRotation to check if one string is a rotatio…#6759
feat(strings): add StringRotation to check if one string is a rotatio…#6759konduri-lakshmi-prasanna wants to merge 10 commits intoTheAlgorithms:masterfrom
Conversation
…n of another Signed-off-by: konduri-lakshmi-prasanna <konduriprasanna22@gmail.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6759 +/- ##
============================================
- Coverage 77.84% 77.83% -0.02%
- Complexity 6394 6397 +3
============================================
Files 733 734 +1
Lines 21333 21341 +8
Branches 4183 4184 +1
============================================
+ Hits 16607 16610 +3
- Misses 4058 4061 +3
- Partials 668 670 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
All checks have passed successfully. |
1 similar comment
|
All checks have passed successfully. |
|
All checks have passed |
|
@konduri-lakshmi-prasanna Both deal with string rotation operations, but the existing class already defines rotation logic ( To keep the codebase organized and avoid duplicate classes, I’d suggest:
That way, all string rotation–related functionality stays in one class. Thank you. |
|
@konduri-lakshmi-prasanna have you read my comment? |
…n of another
clang-format -i --style=file path/to/your/file.java