算法花园
主页归档分类标签关于阅读链接技术统计
  • 标签
  • LeetCode
 2024-06-27 2024-07-02 problem 1 分钟读完 (大约116个字)

lc2734.执行子串操作后的字典序最小字符串

题目链接:2734. 执行子串操作后的字典序最小字符串 - 力扣(LeetCode)


 LeetCode, greedy
  阅读更多
 2024-05-30 2024-05-30 problem 1 分钟读完 (大约142个字)

lc1630. 等差子数组

题目链接:1630. 等差子数组 - 力扣(LeetCode)


 LeetCode, Brute Force
  阅读更多
 2024-05-03 2024-05-03 problem 几秒读完 (大约73个字)

lc1491. 去掉最低工资和最高工资后的工资平均值

题目链接:1491. 去掉最低工资和最高工资后的工资平均值 - 力扣(LeetCode)


 LeetCode, sortings
  阅读更多
 2024-04-12 2024-05-12 problem 1 分钟读完 (大约112个字)

lc2923.找到冠军 i

题目链接:2923. 找到冠军 I - 力扣(LeetCode)


 LeetCode, implementation, Easy
  阅读更多
 2024-03-23 2024-05-30 problem 2 分钟读完 (大约259个字)

lc887. 鸡蛋掉落

题目连接:887. 鸡蛋掉落 - 力扣(LeetCode)


 LeetCode, Dynamic Programming, Binary Search
  阅读更多
 2024-03-07 2024-05-12 problem 几秒读完 (大约105个字)

lc2575.找出字符串的可整除数组

题目链接:


 LeetCode, implementation
  阅读更多
 2024-03-06 2024-05-12 problem 几秒读完 (大约105个字)

lc2917.找出数组中的k-or值

题目链接:2917. 找出数组中的 K-or 值 - 力扣(LeetCode)


 LeetCode, implementation, Easy
  阅读更多
 2024-03-05 2024-05-12 problem 1 分钟读完 (大约122个字)

lc1976. 到达目的地的方案数

题目链接:


 LeetCode, 最短路
  阅读更多
 2024-03-04 2024-04-20 problem 1 分钟读完 (大约144个字)

lc232.用栈实现队列

题目链接:


 LeetCode
  阅读更多
 2024-03-03 2024-04-20 problem 1 分钟读完 (大约126个字)

lc225.用队列实现栈

题目链接:


 LeetCode
  阅读更多
 2024-03-02 2024-04-20 problem 几秒读完 (大约106个字)

lc2368.受限条件下可到达节点的数目

题目链接:


 LeetCode
  阅读更多
 2024-03-02 2024-04-20 problem 几秒读完 (大约95个字)

lc2369.检查数组是否存在有效划分

题目链接:


 LeetCode, Dynamic Programming
  阅读更多
 2024-02-29 2024-04-20 problem 2 分钟读完 (大约227个字)

lc2581.统计可能的树根数目

题目链接:


 LeetCode, Dynamic Programming
  阅读更多
 2024-02-28 2024-04-20 problem 1 分钟读完 (大约126个字)

lc2763.使二叉树所有路径值相等的最小代价

题目链接:


 LeetCode, 树形 DP
  阅读更多
 2024-02-27 2024-04-20 problem 几秒读完 (大约67个字)

lc2867.统计树中的合法路径数目

题目链接:https://leetcode.cn/problems/count-valid-paths-in-a-tree/


 LeetCode, 树形 DP
  阅读更多
 2024-02-25 2024-04-20 problem 1 分钟读完 (大约165个字)

lc235.二叉搜索树的最近公共祖先

题目链接:


 LeetCode, 二叉搜索树, 最近公共祖先
  阅读更多
 2024-02-24 2024-04-20 problem 2 分钟读完 (大约257个字)

lc2476.二叉搜索树最近节点查询

题目链接:


 LeetCode, 二叉搜索树
  阅读更多
 2023-08-26 2024-04-20 problem 几秒读完 (大约109个字)

lc228. 汇总区间

题目链接:228. 汇总区间 - 力扣(LeetCode)


 LeetCode
  阅读更多
 2023-07-15 2024-04-20 problem 几秒读完 (大约105个字)

lc18. 四数之和

题目链接:18. 四数之和 - 力扣(Leetcode)


 LeetCode, two pointer
  阅读更多
 2023-07-14 2024-04-20 problem 几秒读完 (大约105个字)

lc931.下降路径最小和

题目链接:下降路径最小和


 LeetCode, Dynamic Programming
  阅读更多
 2023-07-12 2024-04-20 problem 几秒读完 (大约59个字)

lc2544. 交替数字和

题目链接:2544. 交替数字和 - 力扣(Leetcode)


 LeetCode
  阅读更多
 2023-07-11 2024-04-20 problem 几秒读完 (大约87个字)

lc1911. 最大子序列交替和

题目链接:1911. 最大子序列交替和 - 力扣(Leetcode)


 LeetCode, DP
  阅读更多
 2023-07-10 2024-04-20 problem 1 分钟读完 (大约148个字)

lc16. 最接近的三数之和

题目链接:16. 最接近的三数之和 - 力扣(Leetcode)


 LeetCode, two pointer
  阅读更多
 2023-07-09 2024-05-12 problem 2 分钟读完 (大约312个字)

lc15. 三数之和

题目链接:15. 三数之和 - 力扣(Leetcode)


 LeetCode, two pointer
  阅读更多
 2023-07-08 2024-04-20 problem 1 分钟读完 (大约123个字)

lc167. 两数之和 ii - 输入有序数组

题目链接:167. 两数之和 II - 输入有序数组


 LeetCode, two pointer, Binary Search
  阅读更多
 2023-07-07 2024-04-20 problem 1 分钟读完 (大约146个字)

lc2178. 拆分成最多数目的正偶数之和

题目链接:LC2178


 LeetCode, 贪心
  阅读更多
 2023-07-05 2024-04-20 problem 几秒读完 (大约78个字)

lc2600. k 件物品的最大和

题目链接:2600. K 件物品的最大和 - 力扣(LeetCode)


 LeetCode, 贪心
  阅读更多
 2023-07-04 2024-04-20 problem 1 分钟读完 (大约115个字)

lc1969. 数组元素的最小非零乘积

题目链接:1969. 数组元素的最小非零乘积


 LeetCode
  阅读更多
 2023-07-04 2024-04-20 problem 几秒读完 (大约110个字)

lc2679. 矩阵中的和

题目链接:2679. 矩阵中的和


 LeetCode, 排序
  阅读更多
 2023-07-04 2024-04-20 problem 1 分钟读完 (大约167个字)

lc5832. 构造元素不等于两相邻元素平均值的数组

题目链接:5832. 构造元素不等于两相邻元素平均值的数组 - 力扣(LeetCode)


 LeetCode, 贪心, 排序
  阅读更多
 2023-07-04 2024-04-20 problem 几秒读完 (大约74个字)

lc852. 山脉数组的峰顶索引

题目链接:852. 山脉数组的峰顶索引 - 力扣(LeetCode) (leetcode-cn.com)


 LeetCode, 三分搜索
  阅读更多
 2023-04-03 2024-04-20 problem 1 分钟读完 (大约224个字)

lc1053. 交换一次的先前排列

题目链接:LC1053. 交换一次的先前排列


 LeetCode, greedy
  阅读更多
 2023-04-03 2024-05-12 problem 1 分钟读完 (大约115个字)

lc526. 优美的排列

题目链接:526. 优美的排列 - 力扣(LeetCode) (leetcode-cn.com)


 LeetCode, DP, bitmasks
  阅读更多
 2023-04-02 2024-04-20 problem 2 分钟读完 (大约301个字)

lc1039. 多边形三角剖分的最低得分

题目链接:1039. 多边形三角剖分的最低得分


 LeetCode, Dynamic Programming, 区间 DP
  阅读更多
 2023-04-01 2024-04-20 problem 几秒读完 (大约77个字)

lc831. 隐藏个人信息

题目链接:831. 隐藏个人信息 - 力扣(LeetCode)


 LeetCode, Problems, implementation
  阅读更多
 2023-03-31 2024-04-20 problem 几秒读完 (大约92个字)

lc2367. 算术三元组的数目

题目链接:2367. 算术三元组的数目 - 力扣(LeetCode)


 LeetCode, Problems
  阅读更多
 2023-03-30 2024-05-12 problem 几秒读完 (大约103个字)

lc1637. 两点之间不包含任何点的最宽垂直区域

题目链接:1637. 两点之间不包含任何点的最宽垂直区域 - 力扣(LeetCode)


 LeetCode, sortings
  阅读更多
 2023-03-28 2024-05-12 problem 1 分钟读完 (大约127个字)

lc1638. 统计只差一个字符的子串数目

题目链接:LC1638


 LeetCode, Problems, medium
  阅读更多
 2021-08-18 2024-05-12 problem 1 分钟读完 (大约187个字)

lc552. 学生出勤记录 ii

题目链接:


 LeetCode, Dynamic Programming, Problems
  阅读更多
Runye

Runye

Hangzhou

文章

205

分类

12

标签

157

关注我

分类

  • problem39
  • 不老阁7
  • 军机处10
  • 文渊阁10
  • 时光机1
  • 智能路19
  • 生活志18
  • 程序园10
  • 行旅记1
  • 读书记1
  • 随想集30
  • 随手记51

链接

  • 海虹不老阁haihongblog.com
  • Fighting Heartwww.cnblogs.com

最新文章

2024-07-20

01 好多人一辈子都没搞清楚什么是学习

随手记

2024-07-20

02 为什么学习要“先把书读厚,再把书读薄”

随手记

2024-07-20

03 十年学不会英语?其实你早就学会了“英语”

随手记

2024-07-18

圣弗朗西西利亚蒂​@谈zettelkasten

随手记

2024-07-17

@如何评价yjango的《学习观》系列?该如何改进?

随手记

标签

LeetCode39
web32
weekly29
life12
blog11
book10
acm10
Workflow8
hexo6
Dynamic Programming6
movie5
ReRank5
zufe4
gtd4
hdu4
algorithm4
Reinforcement Learning4
creator4
two pointer4
Problems4
算法花园

© 2015-2024 Ryen Xiang  Powered by Hexo & Icarus
← IndieWeb Webring 🕸💍→
共0个访客

浙ICP备17004638号-1

×