摘要:
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
曾可爱
阅读(122)
评论(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
曾可爱
阅读(115)
评论(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
曾可爱
阅读(87)
评论(0)
推荐(0)

浙公网安备 33010602011771号