The Full Counting Sort

  • + 2 comments

    My solution works fine on TestCase0 but it fails all the other tests. I downloaded TestCase1 input and output and on review found that the output is incorrect. The first few elements of output are- '- - - - - - - - - pq qy uz eb fo'. However, 'eb' is 104th element in the input and in the first half of a 1000 element array and therefore, should be replaced by a '-'. There are other smiliar discrepencies as well. Am I missing something?