-
Notifications
You must be signed in to change notification settings - Fork 20k
Added ADFGVXCipher.java #5631
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
Added ADFGVXCipher.java #5631
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5631 +/- ##
============================================
+ Coverage 63.61% 63.72% +0.11%
- Complexity 4111 4130 +19
============================================
Files 577 578 +1
Lines 16143 16197 +54
Branches 3102 3117 +15
============================================
+ Hits 10269 10322 +53
Misses 5452 5452
- Partials 422 423 +1 ☔ View full report in Codecov by Sentry. |
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.
The code looks good, could you please add some JUnit tests? (see https://github.com/TheAlgorithms/Java/tree/master/src/test/java/com/thealgorithms)
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!
clang-format -i --style=file path/to/your/file.java