mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-02 15:04:31 -05:00
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
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