摘要:
原题链接在这里:https://leetcode.com/problems/matchsticks-to-square/ 题目: Remember the story of Little Match Girl? By now, you know exactly what matchsticks th 阅读全文
摘要:
原题链接在这里:https://leetcode.com/problems/possible-bipartition/ 题目: Given a set of N people (numbered 1, 2, ..., N), we would like to split everyone into 阅读全文
摘要:
原题链接在这里:https://leetcode.com/problems/sentence-similarity-ii/ 题目: Given two sentences words1, words2 (each represented as an array of strings), and a 阅读全文
摘要:
原题链接在这里:https://leetcode.com/problems/sentence-similarity/ 题目: Given two sentences words1, words2 (each represented as an array of strings), and a lis 阅读全文
摘要:
原题链接在这里:https://leetcode.com/problems/increasing-subsequences/ 题目: Given an integer array, your task is to find all the different possible increasing 阅读全文