摘要: 原题链接在这里:http://www.lintcode.com/en/problem/longest-common-substring/# 题目: Given two strings, find the longest common substring. Return the length of i 阅读全文
posted @ 2016-04-03 13:55 Dylan_Java_NYC 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:http://www.lintcode.com/en/problem/longest-common-subsequence/ 题目: Given two strings, find the longest common subsequence (LCS). Your code sho 阅读全文
posted @ 2016-04-03 13:39 Dylan_Java_NYC 阅读(825) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/coin-change/ 题目: You are given coins of different denominations and a total amount of money amount. Write a func 阅读全文
posted @ 2016-04-03 12:48 Dylan_Java_NYC 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/nested-list-weight-sum/ 题目: Given a nested list of integers, return the sum of all integers in the list weighted 阅读全文
posted @ 2016-04-03 09:59 Dylan_Java_NYC 阅读(1559) 评论(0) 推荐(0) 编辑