Skip to content
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

Added Count Set Bits in Kotlin #7305

Merged
merged 2 commits into from
May 31, 2021

Conversation

kiruba-r11
Copy link
Contributor

Have you read the Contributing Guidelines on Pull Requests?

YES

Description

The program is coded in Kotlin which counts the no. of set bits in a given number using Kernighan's Algorithm

Checklist

  • I've read the contribution guidelines.
  • I've checked the issue list before deciding what to submit.
  • I've edited the README.md and link to my code.

Related Issues or Pull Requests

Closes: #7304

@kiruba-r11
Copy link
Contributor Author

@ankitaggarwal23 @bhav09 @HarshCasper Please review this

Copy link
Contributor

@siddharth25pandey siddharth25pandey left a comment

Choose a reason for hiding this comment

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

@kiruba-r11 LGTM 💯 Able to merge

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

Successfully merging this pull request may close these issues.

Count no. of set bits in Kotlin
2 participants