title | date | draft | tags | categories | |||
---|---|---|---|---|---|---|---|
Algorithm4 Java Solution 2.1.05 |
2019-08-30 23:38:31 +0800 |
false |
|
|
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.
An reverse order array.
Such as 9 8 7 6 ... 0