-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
185 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# [1051. 高度检查器](https://leetcode.cn/problems/height-checker/) | ||
|
||
- 标签:数组、计数排序、排序 | ||
- 难度:简单 | ||
|
||
## 题目链接 | ||
|
||
- [1051. 高度检查器 - 力扣](https://leetcode.cn/problems/height-checker/) | ||
|
||
## 题目大意 | ||
|
||
**描述**: | ||
|
||
**要求**: | ||
|
||
**说明**: | ||
|
||
- | ||
|
||
**示例**: | ||
|
||
- 示例 1: | ||
|
||
```python | ||
``` | ||
|
||
- 示例 2: | ||
|
||
```python | ||
``` | ||
|
||
## 解题思路 | ||
|
||
### 思路 1: | ||
|
||
### 思路 1:代码 | ||
|
||
```Python | ||
``` | ||
|
||
### 思路 1:复杂度分析 | ||
|
||
- **时间复杂度**: | ||
- **空间复杂度**: | ||
|
||
### 思路 2: | ||
|
||
### 思路 2:代码 | ||
|
||
```python | ||
``` | ||
|
||
### 思路 2:复杂度分析 | ||
|
||
- **时间复杂度**: | ||
- **空间复杂度**: | ||
|