Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 421 Bytes

Ex_2_1_05.md

File metadata and controls

27 lines (16 loc) · 421 Bytes
title date draft tags categories
Algorithm4 Java Solution 2.1.05
2019-08-30 23:38:31 +0800
false
JAVA
TECH
archives

2.1.05

Problem:

For each of the two conditions in the inner for loop in insertion sort (Algo- rithm 2.2), describe an array of N items where that condition is always false when the loop terminates.

Solution:

An reverse order array.

Such as 9 8 7 6 ... 0