Skip to content

Count set/unset bits#81

Merged
TonyTroeff merged 5 commits intomainfrom
troeff/count-bits
Sep 4, 2023
Merged

Count set/unset bits#81
TonyTroeff merged 5 commits intomainfrom
troeff/count-bits

Conversation

@TonyTroeff
Copy link
Copy Markdown
Member

@TonyTroeff TonyTroeff commented Sep 4, 2023

Pull Request Description

Implemented, documented and tested the new CountSetBits and CountUnsetBits methods for the Bitmask class.

Motivation and Context

We need a method to count the set/unset bits of a bitmask.

Checklist

  • I have tested these changes thoroughly.
  • I have added/updated relevant documentation.
  • My code follows the project's coding guidelines.
  • I have performed a self-review of my changes.
  • My changes are backwards compatible.

@TonyTroeff TonyTroeff added the feature Something that should be implemented label Sep 4, 2023
@TonyTroeff TonyTroeff self-assigned this Sep 4, 2023
Copy link
Copy Markdown
Member Author

@TonyTroeff TonyTroeff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had no comments after self-reviewing my PR.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Sep 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

91.7% 91.7% Coverage
0.0% 0.0% Duplication

@TonyTroeff TonyTroeff merged commit eea9611 into main Sep 4, 2023
@TonyTroeff TonyTroeff deleted the troeff/count-bits branch September 4, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Something that should be implemented

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant