Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 406 Bytes

File metadata and controls

28 lines (17 loc) · 406 Bytes
title Algorithm4 Java Solution 2.1.02
date 2019-08-30 23:38:31 +0800
draft false
tags
JAVA
categories
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: