2015年4月21日
摘要: The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total number... 阅读全文
posted @ 2015-04-21 16:24 黄瓜小肥皂 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 1 /** 2 ... 阅读全文
posted @ 2015-04-21 15:40 黄瓜小肥皂 阅读(144) 评论(0) 推荐(0) 编辑