上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页
摘要: Problem Definition:Given two binary strings, return their sum (also a binary string). For example,a = "11"b = "1"Return "100".Solution: crack it in a ... 阅读全文
posted @ 2015-07-23 20:15 曾可爱 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Problem Definition:You are climbing a stair case. It takes n steps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distin... 阅读全文
posted @ 2015-07-23 19:25 曾可爱 阅读(107) 评论(0) 推荐(0) 编辑
摘要: Problem Definition:Given a sorted linked list, delete all duplicates such that each element appear only once. For example,Given 1->1->2, return 1->2.G... 阅读全文
posted @ 2015-07-23 17:02 曾可爱 阅读(85) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页