mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-10 04:06:51 +08:00
docs: Update 1365,统一为中文冒号
This commit is contained in:
@ -253,7 +253,7 @@ var smallerNumbersThanCurrent = function(nums) {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
### TypeScript:
|
### TypeScript:
|
||||||
|
|
||||||
> 暴力法:
|
> 暴力法:
|
||||||
|
|
||||||
@ -293,7 +293,7 @@ function smallerNumbersThanCurrent(nums: number[]): number[] {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
### Rust
|
### Rust:
|
||||||
```rust
|
```rust
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
impl Solution {
|
impl Solution {
|
||||||
|
Reference in New Issue
Block a user