Algorithms to Count How Many Numbers Are Smaller Than the Current Number March 1, 2020 algorithms, binary search, c / c++ No Comments Given the array nums, for each nums find out how many numbers in the array are smaller than it. That is, for each nums you have to count the … [Continue Reading...]