René's URL Explorer Experiment


Title: SOLO算法 | 凡是过往、皆为序章

Open Graph Title: SOLO算法

Description: SOLO算法 未打钩✅的题目代表未同步到公众号 算法模型 快速排序 堆排序 面试必刷101 链表 1.反转链表【简单】 2.链表内指定区间反转 【中等】 3.链表中的节点每k个一组翻转 【中等】 4.合并两个排序的链表 【简单】 5.合并k个已排序的链表 【较难】 6.判断链表中是否有环 【简单】 7.链表中环的入口结点 【中等】 8.链表中倒数最后k...

Open Graph Description: SOLO算法 未打钩✅的题目代表未同步到公众号 算法模型 快速排序 堆排序 面试必刷101 链表 1.反转链表【简单】 2.链表内指定区间反转 【中等】 3.链表中的节点每k个一组翻转 【中等】 4.合并两个排序的链表 【简单】 5.合并k个已排序的链表 【较难】 6.判断链表中是否有环 【简单】 7.链表中环的入口结点 【中等】 8.链表中倒数最后k...

Opengraph URL: https://142vip.cn/JavaScriptCollection/solo-algorithm/

Generator: VuePress 2.0.0-rc.22

direct link

Domain: 142vip.github.io


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"Article","headline":"SOLO算法","image":[""],"dateModified":"2024-10-09T16:08:14.000Z","author":[{"@type":"Person","name":"微信公众号:储凡","email":"fairy_vip@2925.com","url":"https://github.com/142vip","homePage":"https://142vip.cn","github":"https://gitee.com/mmdapl","githubVip":"https://gitee.com/chufan443","gitee":"https://gitee.com/chufan443"}]}

themeVuePress Theme Hope 2.0.0-rc.87
og:site_name凡是过往、皆为序章
og:typearticle
og:localezh-CN
og:updated_time2024-10-09T16:08:14.000Z
article:modified_time2024-10-09T16:08:14.000Z
datePublished2022-04-10T14:50:18.000Z
timeRequiredPT19M

Links:

跳至主要內容https://142vip.github.io/JavaScriptCollection/solo-algorithm/#main-content
凡是过往、皆为序章https://142vip.github.io/JavaScriptCollection/
🔥 首页https://142vip.github.io/JavaScriptCollection/
❓ 面试必刷Top101https://142vip.github.io/JavaScriptCollection/solo-algorithm/interview-101/
⚔️ 剑指Offerhttps://142vip.github.io/JavaScriptCollection/solo-algorithm/sword-point.html
🌟 Shell篇https://142vip.github.io/JavaScriptCollection/solo-algorithm/shell/
🫀 牛客https://www.nowcoder.com/
🪐 力扣https://leetcode-cn.com/
🏫 杭电OJhttps://acm.hdu.edu.cn/
💡 Battle面试官https://142vip.github.io/JavaScriptCollection/battle-interview/
👩🏻‍💻 前端https://142vip.github.io/JavaScriptCollection/front-end/
👨🏻‍💻 后端https://142vip.github.io/JavaScriptCollection/server-end/
💫 开发技巧https://142vip.github.io/JavaScriptCollection/develop-skill/
🕸️ 微服务架构https://142vip.github.io/JavaScriptCollection/microservice/
📖 读书整理https://142vip.github.io/JavaScriptCollection/read-books/
📄 变更记录https://142vip.github.io/JavaScriptCollection/changelog.html
📣 网站动态https://142vip.github.io/JavaScriptCollection/big-event-history.html
🎉 历史版本https://github.com/142vip/JavaScriptCollection/releases
🎯 开发计划https://142vip-cn.feishu.cn/share/base/view/shrcnuuRDWBoHLmYaknXWFuhR4d
🔗 技术&平台https://142vip.github.io/JavaScriptCollection/frequent-site-link.html
💥 公众号文章https://142vip.github.io/JavaScriptCollection/wechat-list.html
https://github.com/142vip/JavaScriptCollection
❓ 面试必刷Top101https://142vip.github.io/JavaScriptCollection/solo-algorithm/interview-101/
⚔️ 剑指Offerhttps://142vip.github.io/JavaScriptCollection/solo-algorithm/sword-point.html
🌟 Shell篇https://142vip.github.io/JavaScriptCollection/solo-algorithm/shell/
🫀 牛客https://www.nowcoder.com/
🪐 力扣https://leetcode-cn.com/
🏫 杭电OJhttps://acm.hdu.edu.cn/
微信公众号:储凡https://github.com/142vip
SOLO算法https://142vip.github.io/JavaScriptCollection/solo-algorithm/#solo算法
算法模型https://142vip.github.io/JavaScriptCollection/solo-algorithm/#算法模型
面试必刷101https://142vip.github.io/JavaScriptCollection/solo-algorithm/#面试必刷101
链表https://142vip.github.io/JavaScriptCollection/solo-algorithm/#链表
1.反转链表【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
2.链表内指定区间反转 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
3.链表中的节点每k个一组翻转 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
4.合并两个排序的链表 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
5.合并k个已排序的链表 【较难】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
6.判断链表中是否有环 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
7.链表中环的入口结点 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
8.链表中倒数最后k个结点 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
9.删除链表的倒数第n个节点 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
10.两个链表的第一个公共结点 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
11.链表相加(二) 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
12.单链表的排序 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
13.判断一个链表是否为回文结构 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
14.链表的奇偶重排 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
15.删除有序链表中重复的元素-I 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
16.删除有序链表中重复的元素-II 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
二分查找/排序https://142vip.github.io/JavaScriptCollection/solo-algorithm/#二分查找-排序
17.二分查找-I 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
18.二维数组中的查找 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
19.寻找峰值 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
20.数组中的逆序对 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
21.旋转数组的最小数字 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
22.比较版本号 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
二叉树https://142vip.github.io/JavaScriptCollection/solo-algorithm/#二叉树
23.二叉树的前序遍历 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
24.二叉树的中序遍历 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
25.二叉树的后序遍历 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
26.求二叉树的层序遍历 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
27.按之字形顺序打印二叉树 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
28.二叉树的最大深度 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
29.二叉树中和为某一值的路径(一) 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
30.二叉搜索树与双向链表 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
31.对称的二叉树 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
32.合并二叉树 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
33.二叉树的镜像 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
34.判断是不是二叉搜索树 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
35.判断是不是完全二叉树 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
36.判断是不是平衡二叉树 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
37.二叉搜索树的最近公共祖先 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
38.在二叉树中找到两个节点的最近公共祖先 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
39.序列化二叉树 【较难】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
40.重建二叉树 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
41.输出二叉树的右视图 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
堆/栈/队列https://142vip.github.io/JavaScriptCollection/solo-algorithm/#堆-栈-队列
42.用两个栈实现队列 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
43.包含min函数的栈 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
44.有效括号序列 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
45.滑动窗口的最大值 【较难】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
46.最小的K个数 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
47.寻找第K大 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
48.数据流中的中位数 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
49.表达式求值 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
哈希https://142vip.github.io/JavaScriptCollection/solo-algorithm/#哈希
50.两数之和 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
51.数组中出现次数超过一半的数字 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
52.数组中只出现一次的两个数字 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
53.缺失的第一个正整数 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
54.三数之和 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
递归/回溯https://142vip.github.io/JavaScriptCollection/solo-algorithm/#递归-回溯
55.没有重复项数字的全排列 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
56.有重复项数字的全排列 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
57.岛屿数量 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
58.字符串的排列 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
59.N皇后问题 【较难】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
60.括号生成 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
61.矩阵最长递增路径 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
动态规划https://142vip.github.io/JavaScriptCollection/solo-algorithm/#动态规划
62.斐波那契数列 【入门】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
63.跳台阶 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
64.小花费爬楼梯 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
65.最长公共子序列(二) 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
66.最长公共子串 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
67.不同路径的数目(一) 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
68.矩阵的最小路径和 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
69.把数字翻译成字符串 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
70.兑换零钱(一) 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
71.最长上升子序列(一) 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
72.连续子数组的最大和 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
73.最长回文子串 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
74.数字字符串转化成IP地址 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
75.编辑距离(一) 【较难】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
76.正则表达式匹配 【较难】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
77.最长的括号子串 【较难】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
78.打家劫舍(一) 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
79.打家劫舍(二) 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
80.买卖股票的最好时机(一) 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
81.买卖股票的最好时机(二) 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
82.买卖股票的最好时机(三) 【较难】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
字符串https://142vip.github.io/JavaScriptCollection/solo-algorithm/#字符串
83.字符串变形 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
84.最长公共前缀 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
85.验证IP地址 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
86.大数加法 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
双指针https://142vip.github.io/JavaScriptCollection/solo-algorithm/#双指针
87.合并两个有序的数组 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
88.判断是否为回文字符串 【入门】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
89.合并区间 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
90.最小覆盖子串 【较难】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
91.反转字符串 【入门】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
92.最长无重复子数组 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
93.盛水最多的容器 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
94.接雨水问题 【较难】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
贪心算法https://142vip.github.io/JavaScriptCollection/solo-algorithm/#贪心算法
95.分糖果问题 【较难】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
96.主持人调度(二) 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
模拟https://142vip.github.io/JavaScriptCollection/solo-algorithm/#模拟
97.旋转数组 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
98.螺旋矩阵 【简单】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
99.顺时针旋转矩阵 【中等】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
100.设计LRU缓存结构 【较难】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
101.设计LFU缓存结构 【较难】https://142vip.github.io/JavaScriptCollection/solo-algorithm/
剑指Offerhttps://142vip.github.io/JavaScriptCollection/solo-algorithm/#剑指offer
数组和矩阵https://142vip.github.io/JavaScriptCollection/solo-algorithm/#数组和矩阵
【简单】数组中重复的数字https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】二维数组中的查找https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【简单】替换空格https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【较难】顺时针打印矩阵https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【简单】第一个只出现一次的字符位置https://142vip.github.io/JavaScriptCollection/solo-algorithm/
栈、队列、堆https://142vip.github.io/JavaScriptCollection/solo-algorithm/#栈、队列、堆
【简单】两个栈实现队列https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】最小的k个数https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】数据流中的中位数https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】字符流中的第一个不重复的字符https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【较难】滑动窗口的最大值https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【较难】包含min函数的栈https://142vip.github.io/JavaScriptCollection/solo-algorithm/
栈的压入、弹出序列https://142vip.github.io/JavaScriptCollection/solo-algorithm/
双指针https://142vip.github.io/JavaScriptCollection/solo-algorithm/#双指针-1
【中等】和为S的两个数字https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】和为S的连续正数序列https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】左旋转字符串https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【较难】翻转单词顺序列https://142vip.github.io/JavaScriptCollection/solo-algorithm/
链表https://142vip.github.io/JavaScriptCollection/solo-algorithm/#链表-1
【简单】合并两个排序的链表https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【简单】两个链表的第一个公共结点https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】链表中倒数第K个结点https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】反转链表https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【简单】从尾到头打印链表https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【较难】删除链表中重复的结点https://142vip.github.io/JavaScriptCollection/solo-algorithm/
https://142vip.github.io/JavaScriptCollection/solo-algorithm/#树
【中等】重建二叉树https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】二叉树的下一个结点https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【较难】树的子结构https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【简单】二叉树的镜像https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【困难】对称的二叉树https://142vip.github.io/JavaScriptCollection/solo-algorithm/
综合类型https://142vip.github.io/JavaScriptCollection/solo-algorithm/#综合类型
贪心思想https://142vip.github.io/JavaScriptCollection/solo-algorithm/#贪心思想
【中等】剪绳子https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【LeetCode题目】股票的最大利润https://142vip.github.io/JavaScriptCollection/solo-algorithm/
二分查找https://142vip.github.io/JavaScriptCollection/solo-algorithm/#二分查找
【简单】旋转数组的最小数字https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】数字在排序数组中出现的次数https://142vip.github.io/JavaScriptCollection/solo-algorithm/
分治https://142vip.github.io/JavaScriptCollection/solo-algorithm/#分治
【中等】数值的整数次方https://142vip.github.io/JavaScriptCollection/solo-algorithm/
搜索https://142vip.github.io/JavaScriptCollection/solo-algorithm/#搜索
排列https://142vip.github.io/JavaScriptCollection/solo-algorithm/#排列
【中等】调整数组顺序使奇数位于偶数前面https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【较难】把数组排成最小的数https://142vip.github.io/JavaScriptCollection/solo-algorithm/
动态规划https://142vip.github.io/JavaScriptCollection/solo-algorithm/#动态规划-1
【入门】斐波那契数列https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【简单】跳台阶 要么跳一阶,要么跳两阶https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】变态跳台阶 找规律 可跳任意阶https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【简单】连续子数组的最大和 时间复杂度O(n)https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【简单】构建乘积数组https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】矩形覆盖https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【较难】丑数https://142vip.github.io/JavaScriptCollection/solo-algorithm/
数学问题https://142vip.github.io/JavaScriptCollection/solo-algorithm/#数学问题
【简单】数组中出现次数超过一半的数字https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】圆圈中最后剩下的数 约瑟夫问题https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】从1到n整数中1出现的次数https://142vip.github.io/JavaScriptCollection/solo-algorithm/
位运算https://142vip.github.io/JavaScriptCollection/solo-algorithm/#位运算
【中等】二进制中1的个数https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】数组中只出现一次的两个数字https://142vip.github.io/JavaScriptCollection/solo-algorithm/
其他分类https://142vip.github.io/JavaScriptCollection/solo-algorithm/#其他分类
【简单】不用加减乘除做加法https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【中等】扑克牌顺子https://142vip.github.io/JavaScriptCollection/solo-algorithm/
【较难】把字符串转换成整数https://142vip.github.io/JavaScriptCollection/solo-algorithm/
参考资料https://142vip.github.io/JavaScriptCollection/solo-algorithm/#参考资料
https://github.com/jiajunhua/labuladong-fucking-algorithmhttps://github.com/jiajunhua/labuladong-fucking-algorithm
https://www.nowcoder.com/exam/ojhttps://www.nowcoder.com/exam/oj
更新日志https://142vip.github.io/JavaScriptCollection/solo-algorithm/#doc-changelog
编辑此页https://github.com/142vip/JavaScriptCollection/edit/next/docs/solo-algorithm/README.md
上一页🌟 Shell篇https://142vip.github.io/JavaScriptCollection/solo-algorithm/shell/
@142viphttps://github.com/142vip
百度统计https://tongji.baidu.com/web/welcome/login
鄂ICP备17025193号-1https://beian.miit.gov.cn/#/Integrated/index
https://142vip.github.io/JavaScriptCollection
https://js-collection.vercel.app
https://js-collection.netlify.app

Viewport: width=device-width,initial-scale=1


URLs of crawlers that visited me.