WAP in Java to enter 15 numbers in an SDA and arrange them in descending order(using selection
sort technique) and display.
Answers
Answered by
0
Answer:
We can create a java program to sort array elements using selection sort. In selection sort algorithm, we search for the lowest element and arrange it to the proper location. We swap the current element with the next lowest number.
Answered by
0
Answer:
We can create a java program to sort array elements using selection sort. In selection sort algorithm, we search for the lowest element and arrange it to the proper location. We swap the current element with the next lowest number.
Explanation:
Similar questions
Social Sciences,
5 months ago
Social Sciences,
5 months ago
Chemistry,
10 months ago
Computer Science,
10 months ago
English,
1 year ago