mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-11 04:54:51 +08:00
fix typo
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
|
||||
## 暴力排序
|
||||
|
||||
最直观的相反,莫过于:每个数平方之后,排个序,美滋滋,代码如下:
|
||||
最直观的想法,莫过于:每个数平方之后,排个序,美滋滋,代码如下:
|
||||
|
||||
```CPP
|
||||
class Solution {
|
||||
|
Reference in New Issue
Block a user