We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c6f08 commit a1b1488Copy full SHA for a1b1488
6/1.java
@@ -14,7 +14,7 @@ public static void main(String[] args) {
14
min_index = j;
15
}
16
17
- // 스와프(
+ // 스와프
18
int temp = arr[i];
19
arr[i] = arr[min_index];
20
arr[min_index] = temp;
0 commit comments