Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 53397d4

Browse files
docs: Update 1365,添加冒号,统一格式
1 parent 66caa02 commit 53397d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎problems/1365.有多少小于当前数字的数字.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public int[] smallerNumbersThanCurrent(int[] nums) {
138138

139139
### Python:
140140

141-
> 暴力法
141+
> 暴力法:
142142

143143
```python3
144144
class Solution:
@@ -155,7 +155,7 @@ class Solution:
155155
return res
156156
```
157157
158-
> 排序+hash
158+
> 排序+hash:
159159
160160
```python3
161161
class Solution:
@@ -274,7 +274,7 @@ function smallerNumbersThanCurrent(nums: number[]): number[] {
274274
};
275275
```
276276
277-
> 排序+hash
277+
> 排序+hash:
278278
279279
```typescript
280280
function smallerNumbersThanCurrent(nums: number[]): number[] {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /