parent
b0c67e3dff
commit
fd50571201
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue