The Full Counting Sort

  • [deleted]
    + 0 comments

    Hey, you have a written an awesome code. Nice and simple approach. But instead if taking string array arr of size n, just take it of size 100. Bcuz the integer x in the constraints range from 0<=x<100 only. Even if n is 30000, ur array will be maximum of 100 elements. Just a thought. But a wonderful approach.