小小程序媛  
得之坦然,失之淡然,顺其自然,争其必然

2015年9月23日

摘要: 题目The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integer n representing the... 阅读全文
posted @ 2015-09-23 21:11 Coding菌 阅读(255) 评论(0) 推荐(0) 编辑
 
摘要: 题目Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.You should pre... 阅读全文
posted @ 2015-09-23 20:07 Coding菌 阅读(114) 评论(0) 推荐(0) 编辑