Wonz
Wonz
全部文章
LeetCod...
# ACM(1)
# C++(32)
# C语言(12)
# Django(11)
# git(3)
# Hexo(6)
# HTML(1)
# LaTex学习(1)
# Linux(16)
# MySQL(1)
# PAT(46)
# Python(13)
# SQL数据库(10)
# 动态规划(13)
# 微型计算机原理与接口技术(16)
# 操作系统(9)
# 数据结构(28)
# 机器学习(4)
# 比赛感想与回忆(1)
# 汇编语言程序设计(11)
# 洛谷(4)
# 离散数学(5)
# 经验之谈(1)
# 编译原理(4)
# 计算机图形学(14)
# 资源汇总(5)
# 软件安装(34)
# 运筹学(5)
Go学习笔记(19)
PostgreSQL(3)
——————数学——————(1)
——————科研——————(1)
——————算法——————(13)
——————随笔——————(12)
—————人工智能—————(1)
南邮期末考试回忆and知识梳理(1)
实用小工具分享(2)
找工作(1)
归档
标签
去牛客网
登录
/
注册
Wonz
Enjoy Coding. Enjoy Life.
全部文章
/ LeetCode个人题解
(共11篇)
LeetCode | 0647. 回文子串【Medium】【Python】【中心扩展】【动态规划】
来自专栏
LeetCode 0647. Palindromic Substrings回文子串【Medium】【Python】【中心扩展】【动态规划】 Problem LeetCode Given a string, your task is to count how many palindromic sub...
字符串
动态规划
LeetCode
Python
2020-08-21
0
584
LeetCode | 0070. Climbing Stairs爬楼梯【Python】
来自专栏
LeetCode 0070. Climbing Stairs爬楼梯【Easy】【Python】【动态规划】 Problem LeetCode You are climbing a stair case. It takes n steps to reach to the top. Each time...
动态规划
Python
LeetCode
2020-03-27
0
532
LeetCode | 0509. Fibonacci Number斐波那契数【Python】
来自专栏
LeetCode 0509. Fibonacci Number斐波那契数【Easy】【Python】【动态规划】 Problem LeetCode The Fibonacci numbers, commonly denoted F(n) form a sequence, called the Fi...
递归
动态规划
Python
LeetCode
2020-03-27
0
630
LeetCode | 面试题10- II. 青蛙跳台阶问题【剑指Offer】【Python】
来自专栏
LeetCode 面试题10- II. 青蛙跳台阶问题【剑指Offer】【Easy】【Python】【动态规划】 问题 力扣 一只青蛙一次可以跳上1级台阶,也可以跳上2级台阶。求该青蛙跳上一个 n 级的台阶总共有多少种跳法。 答案需要取模 1e9+7(1000000007),如计算初始结果为:10...
剑指Offer
动态规划
LeetCode
Python
2020-03-27
0
724
LeetCode | 面试题10- I. 斐波那契数列【剑指Offer】【Python】
来自专栏
LeetCode 面试题10- I. 斐波那契数列【剑指Offer】【Easy】【Python】【动态规划】 问题 力扣 写一个函数,输入 n ,求斐波那契(Fibonacci)数列的第 n 项。斐波那契数列的定义如下: F(0) = 0, F(1) = 1 F(N) = F(N - 1) +...
剑指Offer
动态规划
LeetCode
Python
2020-03-27
0
530
LeetCode | 0188. 买卖股票的最佳时机 IV【Python】
来自专栏
LeetCode 0188. Best Time to Buy and Sell Stock IV买卖股票的最佳时机 IV【Hard】【Python】【动态规划】 Problem LeetCode Say you have an array for which the i-*th element ...
动态规划
Python
LeetCode
2020-03-11
0
802
LeetCode | 0123. 买卖股票的最佳时机 III【Python】
来自专栏
LeetCode 0123. Best Time to Buy and Sell Stock III买卖股票的最佳时机 III【Hard】【Python】【动态规划】 Problem LeetCode Say you have an array for which the ith element ...
动态规划
Python
LeetCode
2020-03-11
0
675
LeetCode | 0714. 买卖股票的最佳时机含手续费【Python】
来自专栏
LeetCode 0714. Best Time to Buy and Sell Stock with Transaction Fee买卖股票的最佳时机含手续费【Medium】【Python】【动态规划】 Problem LeetCode Your are given an array of in...
动态规划
LeetCode
Python
2020-03-11
0
488
LeetCode | 0309. 最佳买卖股票时机含冷冻期【Python】
来自专栏
LeetCode 0309. Best Time to Buy and Sell Stock with Cooldown最佳买卖股票时机含冷冻期【Medium】【Python】【动态规划】 Problem LeetCode Say you have an array for which the i...
动态规划
LeetCode
Python
2020-03-11
0
503
LeetCode | 0279. Perfect Squares完全平方数【Python】
来自专栏
LeetCode 0279. Perfect Squares完全平方数【Medium】【Python】【BFS】 Problem LeetCode Given a positive integer n, find the least number of perfect square numbers...
动态规划
BFS
Python
LeetCode
2020-02-26
0
709
首页
上一页
1
2
下一页
末页