in reply to Re^2: getting the highest value in a simpler way
in thread getting the highest value in a simpler way
That is no longer O(log n), but something higher than that, I believe. I don't know what would dominate, though, the O(log n), or the (1->500) sum, but I suspect the latter.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: getting the highest value in a simpler way
by davido (Cardinal) on Nov 10, 2004 at 19:28 UTC | |
by exussum0 (Vicar) on Nov 10, 2004 at 20:35 UTC |