-
Notifications
You must be signed in to change notification settings - Fork 20k
refactor: redesign LetterCombinationsOfPhoneNumber
#5221
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
refactor: redesign LetterCombinationsOfPhoneNumber
#5221
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5221 +/- ##
============================================
+ Coverage 38.73% 38.74% +0.01%
- Complexity 2384 2390 +6
============================================
Files 517 517
Lines 15391 15381 -10
Branches 2954 2957 +3
============================================
- Hits 5961 5960 -1
+ Misses 9143 9135 -8
+ Partials 287 286 -1 ☔ View full report in Codecov by Sentry. |
…hub.com/samuelfac/Java into cleanup_LetterCombinationsOfPhoneNumber
src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Outdated
Show resolved
Hide resolved
src/test/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumberTest.java
Outdated
Show resolved
Hide resolved
…oneNumber.java Co-authored-by: Piotr Idzik <[email protected]>
…oneNumber.java Co-authored-by: Piotr Idzik <[email protected]>
…oneNumber.java Co-authored-by: Piotr Idzik <[email protected]>
…oneNumber.java Co-authored-by: Piotr Idzik <[email protected]>
…oneNumber.java Co-authored-by: Piotr Idzik <[email protected]>
…oneNumber.java Co-authored-by: Piotr Idzik <[email protected]>
…oneNumberTest.java Co-authored-by: Piotr Idzik <[email protected]>
src/test/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumberTest.java
Outdated
Show resolved
Hide resolved
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.
I allowed myself to push one commit into your branch: 910c814 I hope you don't mind.
The code looks good. I am just wondering if it makes sense to change the KEYPAD
to a simple array. Let me know about your opinion.
src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Outdated
Show resolved
Hide resolved
…oneNumber.java Co-authored-by: Piotr Idzik <[email protected]>
…oneNumber.java Co-authored-by: Piotr Idzik <[email protected]>
…oneNumber.java Co-authored-by: Piotr Idzik <[email protected]>
src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Outdated
Show resolved
Hide resolved
f07833b
to
d3f8c03
Compare
src/test/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumberTest.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Outdated
Show resolved
Hide resolved
src/test/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumberTest.java
Outdated
Show resolved
Hide resolved
LetterCombinationsOfPhoneNumber
Related to #5164
clang-format -i --style=file path/to/your/file.java