Binary search algorithm in C
| src | More Precise Profiler | |
| .gitignore | Initial commit | |
| LICENSE | Initial commit | |
| Makefile | Initial commit | |
| README.md | Update README.md | |
bSearch
Binary Search Algorithm in C
Filling Array with 100000000 random numbers... Done. Took 2.025051405s
Searching for 40650... Found at Index 1658, Took 0.000001705s
Filling Array with 100000000 random numbers... Done. Took 2.044973620s
Searching for 218997... Found at Index 8680, Took 0.000002099s
Filling Array with 100000000 random numbers... Done. Took 2.040344016s
Searching for 189915... Found at Index 7610, Took 0.000001401s