[자바JAVA]Big Sorting 해커랭크
문제
String 타입의 정렬안된 배열을 숫자오름차순으로 숫자를 정렬하는 문제이다.
Consider an array of numeric strings where each string is a positive number with anywhere from to digits. Sort the array’s elements in non-decreasing, or ascending order of their integer values and return the sorted array.