Data-Driven-World / d2w_ml_notes

Notes for Data Driven World

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in ComputationTime

iangohy opened this issue · comments

Measuring Computation Time > Setup.

Typo

We generate the input array of integers with different number of elements from 10 up to 10,000, i.e. 10 elments elements, 100 elements, 1000 elements, and 10,000 elements.

Another typo under Bubble Sort Computation Time > version 4 computation time.

Typo

In the wors't worst case, the number of swap will be the same as $n-1$.