Skip to content

feat : new bit manipulation algo Single element in an array #5689

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

Merged
merged 27 commits into from
Oct 10, 2024

Conversation

Tuhinm2002
Copy link
Contributor

  • 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 Uncyclopedia 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 66.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 59.73%. Comparing base (6535d47) to head (f3501d8).

Files with missing lines Patch % Lines
...m/thealgorithms/bitmanipulation/SingleElement.java 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5689   +/-   ##
=========================================
  Coverage     59.72%   59.73%           
- Complexity     3854     3856    +2     
=========================================
  Files           560      561    +1     
  Lines         16011    16017    +6     
  Branches       3072     3073    +1     
=========================================
+ Hits           9563     9567    +4     
- Misses         6045     6047    +2     
  Partials        403      403           

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

@alxkm alxkm merged commit d4fff30 into TheAlgorithms:master Oct 10, 2024
6 checks passed
Chiefpatwal pushed a commit to Chiefpatwal/Java_os that referenced this pull request Oct 18, 2024
…orithms#5689)

* feat : new algo uniquesubseqcount

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCountTest.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCountTest.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCountTest.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCountTest.java

* Update UniqueSubsequencesCountTest.java

* Update UniqueSubsequencesCountTest.java

* Update UniqueSubsequencesCount.java

* feat : new bitmanipulation algo

---------

Co-authored-by: Alex Klymenko <[email protected]>
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