Given a decimal number, convert it to its corresponding Gray code (see https://en.wikipedia.org/wiki/Gray_code).

   8 -- 1100 
   4 -- 110 
  17 -- 11001

Solution Stats

36 Solutions

16 Solvers

Last Solution submitted on Nov 23, 2023

Last 200 Solutions

Solution Comments

Show comments
Loading...