mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-06 15:09:40 +08:00
Update 0977.有序数组的平方.md
add rust highlighting
This commit is contained in:
@ -179,7 +179,7 @@ func sortedSquares(nums []int) []int {
|
||||
}
|
||||
```
|
||||
Rust
|
||||
```
|
||||
```rust
|
||||
impl Solution {
|
||||
pub fn sorted_squares(nums: Vec<i32>) -> Vec<i32> {
|
||||
let n = nums.len();
|
||||
|
Reference in New Issue
Block a user