Java Int to String

  • + 2 comments

    I agree, the 3rd solution is probably less efficient because it has to do an unnecessary concatenation (+). I also like solution 1 and 2 better since it's clearer what the code accomplishes.

    HackerRank solutions.