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

Program to Count Bits to Flip for Converting One Number to Another #90

Closed
wants to merge 1 commit into from

Conversation

Ansh-Vikalp
Copy link
Contributor

SkillShow! 🎊🎈

Welcome! πŸŽ‰

Thank you for visiting our repository! We're excited to have you here. If you find this project useful, please consider giving it a star! ⭐

πŸŽ‰ Have you reviewed the Contributing Guidelines? πŸ€” (Required)

  • YES
  • NO

πŸ“ Description

This pull request adds a Java solution for the problem "Count the number of bits to flip to convert A to B".
Given two non-negative integers A and B, the program counts how many bits need to be flipped to convert A to B.

πŸ”§ Fixes #61 (Required)

🏷️ Initiative Participation (Required)

This pull request is associated with the following initiative. Please choose the one you are contributing to:

  • 🌸 GSSoC (Girl Script Summer of Code)
  • 🌼 GSSoC 2024 Extd.
  • πŸ‚ Hacktoberfest 2024
  • ❄️ Script Winter of Code (SWoC)
  • β›„ Winter of Blockchain (WoB)
  • πŸ™‹β€β™‚οΈ Personal
  • πŸ“Œ Other (please specify): _______________

Copy link

@Ansh-Vikalp

It's great having you contribute to this project

Thank you for opening a Pull Request πŸ™Œ , Welcome to SkillShow πŸ’– We will review everything and get back to you :)

@Kushal997-das
Copy link
Owner

@Ansh-Vikalp Just a quick reminder that only one issue and one pull request are allowed per repository for Hacktoberfest. Thank you!

@Kushal997-das Kushal997-das added duplicate This issue or pull request already exists hacktoberfest2024 Your contribution is part of Hacktoberfest 2024! πŸŽ‰ labels Oct 23, 2024
@Ansh-Vikalp
Copy link
Contributor Author

@Kushal997-das Thanks for the reminder! I’ll make sure not to create any new issue.

@Ansh-Vikalp Ansh-Vikalp deleted the patch-2 branch October 23, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists hacktoberfest2024 Your contribution is part of Hacktoberfest 2024! πŸŽ‰
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Title: Implement Count Bits to Flip to Convert One Number to Another
2 participants