https://github.com/63rabbits/graycode
Converts binary numbers to Gray code and vice versa.
https://github.com/63rabbits/graycode
gray-code
Last synced: 2 months ago
JSON representation
Converts binary numbers to Gray code and vice versa.
- Host: GitHub
- URL: https://github.com/63rabbits/graycode
- Owner: 63rabbits
- License: mit
- Created: 2021-08-24T20:47:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T16:34:17.000Z (over 3 years ago)
- Last Synced: 2025-03-02T21:42:29.532Z (over 1 year ago)
- Topics: gray-code
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GrayCode
Converts binary numbers to Gray code and vice versa.
[Gray code - wikipedia](https://en.wikipedia.org/wiki/Gray_code)