2014年4月10日
摘要: [leetcode]Gray CodeThe gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total number of bits in the code, print the sequence of gray code. A gray code sequence must begin with 0. For example, given n = 2, return 阅读全文
posted @ 2014-04-10 10:36 wf110 阅读(309) 评论(0) 推荐(0) 编辑