freeCodeCamp/guide/english/algorithms/search-algorithms/binary-search
vgupta3 70fc1ac009 Fixed the binary search equation by changing the 2x to 2^x (#21389)
Fixed the binary search equation by changing the 2x to 2^x

If we divide N by 2 x times it is supposed to be N/2^x not N/2x
2018-11-10 14:48:35 +07:00
..
index.md Fixed the binary search equation by changing the 2x to 2^x (#21389) 2018-11-10 14:48:35 +07:00