|
|
|
|
|
by MaxBarraclough
2201 days ago
|
|
> Big O gets you in the right ballpark of what to look at Generally I'd say that's true, but even that depends on context. For sorting very small arrays, on typical hardware, you can't beat bubble-sort and insertion-sort. |
|