|
|
|
|
|
by LegionMammal978
525 days ago
|
|
Because the 'bug' as presented in the article applies to binary search over an array that has a natural maximum length. If you weren't using an array, there'd be nothing constraining the magnitude of the indices, so you might as well go straight to bigints. |
|