摘要: 标题:Add Two Numbers通过率:22.6%难度:中等You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each ... 阅读全文
posted @ 2015-03-08 20:18 pku_smile 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 标题:Reverse Bits通过率:27.6%难度:简单Reverse bits of a given 32 bits unsigned integer.For example, given input 43261596 (represented in binary as0000001010010... 阅读全文
posted @ 2015-03-08 19:42 pku_smile 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 标题:Edit Distance通过率:26.1%难度:难Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counte... 阅读全文
posted @ 2015-03-08 19:39 pku_smile 阅读(120) 评论(0) 推荐(0) 编辑