Developing a New Search for Randomly Accessible Data
There are only two widely-used searches for randomly accessible data: linear search and binary search. I developed and created a new search and tested it against binary search, linear search, and variations of them.