Skip to content

geidav/lut-binary-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Optimizing binary search with a LUT

C++ implementation of the look-up table based binary search optimization technique presented on my blog (visit http://geidav.wordpress.com). The .pro file is a QtCreator project file. Use QtCreator or QMake to compile or generate makefiles. Furthermore, a C++11 compatible compiler is required.

About

Optimizing binary search with a look-up table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published