Skip to content

299. bulls and cows #494 #5844

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

Closed
wants to merge 3 commits into from
Closed

299. bulls and cows #494 #5844

wants to merge 3 commits into from

Conversation

sp995
Copy link

@sp995 sp995 commented Oct 15, 2024

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 13 lines in your changes missing coverage. Please review.

Project coverage is 65.96%. Comparing base (776946e) to head (b224524).

Files with missing lines Patch % Lines
...in/java/com/thealgorithms/others/BullsAndCows.java 0.00% 13 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5844      +/-   ##
============================================
- Coverage     66.01%   65.96%   -0.06%     
  Complexity     4402     4402              
============================================
  Files           604      605       +1     
  Lines         16812    16825      +13     
  Branches       3227     3230       +3     
============================================
  Hits          11098    11098              
- Misses         5267     5280      +13     
  Partials        447      447              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@siriak
Copy link
Member

siriak commented Oct 26, 2024

We don't add leetcode problems

@siriak siriak closed this Oct 26, 2024
@sp995
Copy link
Author

sp995 commented Nov 11, 2024

We don't add leetcode problems

Don't you think Leetcode questions are part of standard algorithms question?

@siriak
Copy link
Member

siriak commented Nov 11, 2024

No, coding problems just ask you to find which approach to use (dynamic programming, graph algorithms, etc.) and implement it. The approach is the same in many problems, just wrapper is different. When solving coding problems, you are not developing new algorithms because it requires a lot of resources and time to do so. You are just applying already existing algorithms.
Here we cannot include all possible coding problems and we only focus on well-known computer science problems and only include a few examples of coding techniques like dynamic programming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants