
刷题
文章平均质量分 85
进击的AI奶爸
清华大学计算机系博士,现在从事NLP相关研究和开发
展开
-
LeetCode 216. Combination Sum III
LeetCode 216. Combination Sum III题目描述约束样例Example 1:Example 2:Example 3:Example 4:Example 5:题解 题目描述 Find all valid combinations of k numbers that sum up to n such that the following conditions are true: Only numbers 1 through 9 are used. Each number is used原创 2021-02-09 22:15:47 · 183 阅读 · 0 评论 -
leetcode 97. Interleaving String
写在前面 自从毕业以后,好久没有去刷题了。但看久了论文,有时候发现刷题可以找回简单的快乐,所幸查遗补缺,争取尽量每天刷上一到medium以上的题,感觉有的意思的就做个笔记 。 1. 题目描述 Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2. Example 1: Input: s1 = “aa...原创 2019-09-17 14:16:16 · 230 阅读 · 0 评论 -
leetcode 135. Candy
题目描述 There are N children standing in a line. Each child is assigned a rating value. You are giving candies to these children subjected to the following requirements: Each child must have at least one...原创 2019-10-11 16:38:42 · 142 阅读 · 0 评论