Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkonrad authored Apr 29, 2023
1 parent 3755815 commit c070c98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# gray_code
IYTE EE142 GRAY CODE GENERATION

Gray code, also known as reflected binary code, is a binary numeral system where two consecutive numbers differ by only one bit. In other words, it is a way to represent numbers in binary form such that only one bit changes between consecutive numbers.

This code generates gray codes from 3-bit to 10-bit and prints out time elapsed during execution times in a text file.

0 comments on commit c070c98

Please sign in to comment.