
Leetcode_DP
文章平均质量分 67
想当厨子的程序媛
前期追深度,否则会华而不实,后期追广度,否则会坐井观天;
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Leetcode——70. Climbing Stairs
题目原址 https://leetcode.com/problems/climbing-stairs/description/ 题目描述 You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many...原创 2018-05-03 19:09:39 · 165 阅读 · 0 评论 -
Leetcode——647. Palindromic Substrings
题目原址 https://leetcode.com/problems/palindromic-substrings/description/ 题目描述 Given a string, your task is to count how many palindromic substrings in this string. The substrings with different st...原创 2018-05-03 19:50:43 · 129 阅读 · 0 评论 -
Leetcode——413. Arithmetic Slices
题目原址 https://leetcode.com/problems/arithmetic-slices/description/ 题目描述 A sequence of number is called arithmetic if it consists of at least three elements and if the difference between any two co...原创 2018-05-03 20:18:17 · 179 阅读 · 0 评论