[Feature] Add more options in Binary Calculator #1920
Labels
calculator upgrade 🔢
Adds more functionality to the existing calculator
enhancement ✨
New feature or request
Hard
Complex or challenging task
KWOC
KWOC Open Source Program
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
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: