首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
算法
Best_Jerry
创建于2021-06-20
订阅专栏
Algorithm Learning.
暂无订阅
共114篇文章
创建于2021-06-20
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
JZ32 - II. 从上到下打印二叉树 II
https://leetcode.cn/problems/cong-shang-dao-xia-da-yin-er-cha-shu-ii-lcof/ 从上到下按层打印二叉树,同一层的节点按从左到右的顺
JZ61 扑克牌中的顺子
https://leetcode.cn/problems/bu-ke-pai-zhong-de-shun-zi-lcof/ 从若干副扑克牌中随机抽 5 张牌,判断是不是一个顺子,即这5张牌是不是连续的
JZ21. 调整数组顺序使奇数位于偶数前面
https://leetcode.cn/problems/diao-zheng-shu-zu-shun-xu-shi-qi-shu-wei-yu-ou-shu-qian-mian-lcof/ 输入一个
JZ10- II. 青蛙跳台阶问题
https://leetcode.cn/problems/qing-wa-tiao-tai-jie-wen-ti-lcof/ 一只青蛙一次可以跳上1级台阶,也可以跳上2级台阶。求该青蛙跳上一个 n 级
JZ10- I. 斐波那契数列
https://leetcode.cn/problems/fei-bo-na-qi-shu-lie-lcof/ 写一个函数,输入 n ,求斐波那契(Fibonacci)数列的第 n 项(即 F(N))
JZ09 用两个栈实现队列
https://leetcode.cn/problems/yong-liang-ge-zhan-shi-xian-dui-lie-lcof/ 用两个栈实现一个队列。队列的声明如下,请实现它的两个函数
JZ06 从尾到头打印链表
https://leetcode.cn/problems/cong-wei-dao-tou-da-yin-lian-biao-lcof/ 输入一个链表的头节点,从尾到头反过来返回每个节点的值(用数组返
JZ05 替换空格
https://leetcode.cn/problems/ti-huan-kong-ge-lcof/?favorite=xb9nqhhg 请实现一个函数,把字符串 s 中的每个空格替换成"%20"。
JZ03 数组中重复的数字
找出数组中重复的数字。 在一个长度为 n 的数组 nums 里的所有数字都在 0~n-1 的范围内。数组中某些数字是重复的,但不知道有几个数字重复了,也不知道每个数字重复了几次。请找出数组中任意一个重
JZ22 链表中倒数最后k个结点
https://www.nowcoder.com/practice/886370fe658f41b498d40fb34ae76ff9 描述 输入一个长度为 n 的链表,设链表中的元素的值为 ai ,输
LeetCode 887. Super Egg Drop 超级鸡蛋掉落
https://leetcode.com/problems/super-egg-drop/ Discuss: https://www.cnblogs.com/grandyang/p/11048142.
JZ30 包含min函数的栈
https://www.nowcoder.com/practice/4c776177d2c04c2494f2555c9fcc1e49 描述 定义栈的数据结构,请在该类型中实现一个能够得到栈中所含最小元
LeetCode 146. LRU Cache
https://leetcode.com/problems/lru-cache/ Discuss: https://www.cnblogs.com/grandyang/p/4587511.html D
LeetCode 72. Edit Distance 编辑距离
https://leetcode.com/problems/edit-distance/ Discuss: https://www.cnblogs.com/grandyang/p/4344107.ht
LeetCode 322. Coin Change 硬币找零
https://leetcode.com/problems/coin-change/ Discuss: https://www.cnblogs.com/grandyang/p/5138186.html
LeetCode 300. Longest Increasing Subsequence 最长递增子序列
https://leetcode.com/problems/longest-increasing-subsequence/ Discuss: https://www.cnblogs.com/grand
123. Best Time to Buy and Sell Stock III 买股票的最佳时间之三
https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iii/ You are given an array prices whe
188. Best Time to Buy and Sell Stock IV 买卖股票的最佳时间之四
https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv/ Discuss:https://www.cnblogs.com/gr
121. Best Time to Buy and Sell Stock 买卖股票的最佳时间
https://leetcode.com/problems/best-time-to-buy-and-sell-stock/ Discuss:https://www.cnblogs.com/grand
LeetCode 152. Maximum Product Subarray 求最大子数组乘积
https://leetcode.com/problems/maximum-product-subarray/ Discuss:https://www.cnblogs.com/grandyang/p/
下一页