摘要:
https://oj.leetcode.com/problems/edit-distance/Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each o... 阅读全文
摘要:
https://oj.leetcode.com/problems/triangle/Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers o... 阅读全文
摘要:
https://oj.leetcode.com/problems/word-break-ii/Given a stringsand a dictionary of wordsdict, add spaces insto construct a sentence where each word is ... 阅读全文
摘要:
https://oj.leetcode.com/problems/word-break/Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequenc... 阅读全文
摘要:
https://oj.leetcode.com/problems/best-time-to-buy-and-sell-stock-iii/Say you have an array for which theithelement is the price of a given stock on da... 阅读全文