How slow is O(n^2) ?



Hello,

Can anyone give a rough idea of how slow would an O(n^2) algorithm do
on an input of 100.000 items ?

Thanks

kn

.