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

[Feature] <Add Binary to Gray Code Converter and vice versa> #1920

Open
4 tasks done
SHRUTISINHA250714 opened this issue Dec 17, 2024 · 3 comments
Open
4 tasks done
Labels
question 🤔 Further information is requested

Comments

@SHRUTISINHA250714
Copy link
Contributor

Description

Description:
I noticed that the functionality for converting Binary to Gray Code and Gray Code to Binary is missing.

These features will allow users to:
Input a binary number and convert it to its corresponding Gray code.
Input a Gray code and convert it back to a binary number.

Steps:
Add a form with two inputs: one for binary input and the other for Gray code.
Implement conversion algorithms for:
Binary to Gray code conversion.
Gray code to Binary conversion.
Display the result after the user submits the input.

Benefits:
Extends the functionality of the current calculator.
Helps users working with digital systems and encoding.
I would like to work on this feature and contribute to the project. Please let me know if I can proceed!

Screenshots

image

Checklist

  • I have checked the existing issues.
  • I follow Contributing Guidelines of this project.
  • I am a KWOC'24 contributor.

Code of Conduct

Copy link

Hey @SHRUTISINHA250714, Welcome to the project CalcDiverse! 🎊
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

@Rakesh9100
Copy link
Owner

We have Number System Calculator which converts binary to decimal, octal, hexadecimal and vice versa. Can we integrate this calculation in that calculator itself @SHRUTISINHA250714

@Rakesh9100 Rakesh9100 added the question 🤔 Further information is requested label Dec 18, 2024
@SHRUTISINHA250714
Copy link
Contributor Author

SHRUTISINHA250714 commented Dec 18, 2024

@Rakesh9100 I'd like to work on adding Binary to Gray Code conversion to the existing calculator and integrate it with the current features! Please assign it to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question 🤔 Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants