I have implemented binary and linear search in C++, but when I use the chrono library to measure speed, linear search seems to consistently beat binary search b
chrono