parent
b0c67e3dff
commit
fd50571201
|
|
@ -179,7 +179,7 @@ func sortedSquares(nums []int) []int {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Rust
|
Rust
|
||||||
```
|
```rust
|
||||||
impl Solution {
|
impl Solution {
|
||||||
pub fn sorted_squares(nums: Vec<i32>) -> Vec<i32> {
|
pub fn sorted_squares(nums: Vec<i32>) -> Vec<i32> {
|
||||||
let n = nums.len();
|
let n = nums.len();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue