Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 406 Bytes

Ex_2_1_02.md

File metadata and controls

28 lines (17 loc) · 406 Bytes
title date draft tags categories
Algorithm4 Java Solution 2.1.02
2019-08-30 23:38:31 +0800
false
JAVA
TECH
archives

2.1.02

Problem:

What is the maximum number of exchanges involving any particular element during selection sort? What is the average number of exchanges involving an element?

Solution:

code:

Ex_2_1_02.java

Reference: