-
Notifications
You must be signed in to change notification settings - Fork 19.9k
Add algo for BooleanGateslogic #5717
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5717 +/- ##
============================================
+ Coverage 63.85% 63.91% +0.05%
Complexity 4167 4167
============================================
Files 581 582 +1
Lines 16278 16302 +24
Branches 3140 3148 +8
============================================
+ Hits 10395 10420 +25
+ Misses 5457 5456 -1
Partials 426 426 ☔ View full report in Codecov by Sentry. |
Please add tests and use proper javadoc standard found here |
src/main/java/com/thealgorithms/bitmanipulation/BooleanAlgebraGates.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/bitmanipulation/BooleanAlgebraGates.java
Show resolved
Hide resolved
@saahil-mahato @alxkm not able to understand why i got clang format issue |
You can see details by clicking to the job details: https://github.com/TheAlgorithms/Java/actions/runs/11296030042/job/31420026439?pr=5717 But you added test descriptions to javadocs, which is wrong. This is the implementation:
It may be necessary to correct some input data and the import order. |
…to VANSH3104/5680
@alxkm github action told that there is error I don't understand I check it in my local setup it don't show any error |
Adding algorithm logic for Logicgates like or and #5680
clang-format -i --style=file path/to/your/file.java