Merge dba60f03ae93088a5783ec0306f2dd1684aff47a into b70121d377cb6005eb65f12b098cd5decd905669
This commit is contained in:
commit
180236483a
@ -45,10 +45,12 @@ public class Selection<T extends Comparable<T>> extends Sort<T> {
|
||||
min = j;
|
||||
}
|
||||
}
|
||||
if (min != i) {
|
||||
swap(nums, i, min);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## 冒泡排序
|
||||
|
Loading…
x
Reference in New Issue
Block a user