1
vote
Arrays, What’s the point?
The binary tree in the example is only faster because it is sorted, if the array were sorted the only way a binary tree could beat it for search time is to be perfectly balanced.
If the arr …
