Skip to content

Find most significant set/unset bit#78

Merged
TonyTroeff merged 4 commits intomainfrom
troeff/find-most-significant-set-bit
Aug 31, 2023
Merged

Find most significant set/unset bit#78
TonyTroeff merged 4 commits intomainfrom
troeff/find-most-significant-set-bit

Conversation

@TonyTroeff
Copy link
Copy Markdown
Member

@TonyTroeff TonyTroeff commented Aug 31, 2023

Pull Request Description

Implemented the FindMostSignificantSetBit and FindMostSignificantUnsetBit methods.

Motivation and Context

The new methods should extend the existing pair of methods operating over the least significant bits.

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 documentation Improvements or additions to documentation feature Something that should be implemented labels Aug 31, 2023
@TonyTroeff TonyTroeff self-assigned this Aug 31, 2023
@sonarqubecloud
Copy link
Copy Markdown

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

87.3% 87.3% Coverage
0.0% 0.0% Duplication

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.

@TonyTroeff TonyTroeff merged commit 5bed89a into main Aug 31, 2023
@TonyTroeff TonyTroeff deleted the troeff/find-most-significant-set-bit branch August 31, 2023 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation feature Something that should be implemented

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement methods to find the position of the most significant set/unset bit

1 participant