Skip to content

Commit fbc38d7

Browse files
authored
"little changes"
1 parent 32e58f2 commit fbc38d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sorting/selection_Sort.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// @ how to implement Selection Sort in java
1+
// Q. how to implement Selection Sort in java ?
2+
23
class SelectionSort
34
{
45
void sort(int arr[])
@@ -47,4 +48,3 @@ public static void main(String args[])
4748
ob.printArray(arr);
4849
}
4950
}
50-
/* This code is contributed by Rajat Mishra*/

0 commit comments

Comments
 (0)