上一页 1 ··· 19 20 21 22 23
摘要: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ... 阅读全文
posted @ 2014-10-27 22:07 vincently 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 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 @ 2014-10-27 19:45 vincently 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity... 阅读全文
posted @ 2014-10-27 11:18 vincently 阅读(148) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23