IncredibleThings

导航

2016年5月4日 #

LeetCode-Remove Duplicates from Sorted List

摘要: 这道题考察链表的操作,不难 阅读全文

posted @ 2016-05-04 23:51 IncredibleThings 阅读(126) 评论(0) 推荐(0)

LeetCode-Climbing Stairs

摘要: 这道题可以用 recursive或者DP做,但是recursive 的效率太低了。 阅读全文

posted @ 2016-05-04 23:25 IncredibleThings 阅读(116) 评论(0) 推荐(0)

LeetCode-Add Binary

摘要: 这道题不难,注意分清情况。 阅读全文

posted @ 2016-05-04 05:56 IncredibleThings 阅读(117) 评论(0) 推荐(0)

LeetCode-Plus One

摘要: 这道题考察数字进位,注意考虑溢出情况。 阅读全文

posted @ 2016-05-04 04:20 IncredibleThings 阅读(137) 评论(0) 推荐(1)

LeetCode-Length of Last Word

摘要: 这道题比较简单,逻辑清楚就行。 阅读全文

posted @ 2016-05-04 03:43 IncredibleThings 阅读(111) 评论(0) 推荐(0)