摘要: LeetCode——Longest Consecutive Sequence Question Given an unsorted array of integers, find the length of the longest consecutive elements sequence. For 阅读全文
posted @ 2017-06-07 23:59 清水汪汪 阅读(140) 评论(0) 推荐(0) 编辑
摘要: LeetCode——single number系列 Question 1 Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorith 阅读全文
posted @ 2017-06-07 21:53 清水汪汪 阅读(106) 评论(0) 推荐(0) 编辑
摘要: LeetCode——Word Break Question Given a non empty string s and a dictionary wordDict containing a list of non empty words, determine if s can be segment 阅读全文
posted @ 2017-06-07 16:25 清水汪汪 阅读(120) 评论(0) 推荐(0) 编辑