Counting Sort 1

  • + 6 comments

    I implemented solution for this problem in both Clojure and Go. In both cases I got "Time limit exceeded" for test case #4. Any hints how to find what is wrong with my solution? My Go solution is really simple and has just one for loop.