-
Type: Bug
**Issue Description:**
While developing in a VSCode environment on Ubuntu, I frequently experience severe lagging issues. The editor becomes unresponsive, making it impossible to type,…
-
在一个字符串数组中有红、黄、蓝三种颜色的球,且个数不相等、顺序不一致,请为该数组排序。使得排序后数组中球的顺序为:黄、红、蓝。
例如:红蓝蓝黄红黄蓝红红黄红,排序后为:黄黄黄红红红红红蓝蓝蓝。
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
I want to add a Solution for 74. Search a 2D Matrix Leetcode Question under Leetcode-solut…
-
# 104. 二叉树的最大深度
## 入选理由
暂无
## 题目地址
[https://leetcode-cn.com/problems/maximum-depth-of-binary-tree](https://leetcode-cn.com/problems/maximum-depth-of-binary-tree)
## 前置知识
…
-
# 35. 搜索插入位置
## 入选理由
暂无
## 题目地址
[https://leetcode-cn.com/problems/search-insert-position](https://leetcode-cn.com/problems/search-insert-position)
## 前置知识
暂无
## 题目描述
给定…
-
# 要求
1. 每周至少完成给定题目中的两道算法题
2. 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限)
# 注意事项
1. 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习;
2. 有的题目可能需要结合多个算法或数据结构进行求解。
# 第二周题目
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
I want to add a Solution for 48. Rotate image Leetcode Question under Leetcode-solution S…
-
# 100. 相同的树
## 入选理由
暂无
## 题目地址
[https://leetcode-cn.com/problems/same-tree/](https://leetcode-cn.com/problems/same-tree/)
## 前置知识
- 递归
- 层序遍历
- 前中序确定一棵树
##…
-
# 3. 无重复字符的最长子串
## 入选理由
暂无
## 题目地址
[https://leetcode-cn.com/problems/longest-substring-without-repeating-characters/](https://leetcode-cn.com/problems/longest-substring-without-repeati…
-
### LeetCode Username
Chinmay624
### Problem Number, Title, and Link
https://leetcode.com/problems/minimum-size-subarray-sum/description/
### Bug Category
Editorial
### Bug Description
I am yet…