Content deleted Content added
m Reverted edits by 2600:1011:B169:6E45:F99D:37F9:CC5C:5D44 (talk) (HG) (3.3.0) |
No longer an orphan. You can help: WikiProject Orphanage. |
||
Line 1:
'''Uniform binary search''' is an optimization of the classic [[binary search]] algorithm invented by [[Donald Knuth]] and given in Knuth's ''[[The Art of Computer Programming]]''. It uses a [[lookup table]] to update a single array index, rather than taking the midpoint of an upper and a lower bound on each iteration; therefore, it is optimized for architectures (such as Knuth's [[MIX]]) on which
|