News

The challenge required to take in a list of strings as such, ["1.1.2", "4", "2.3", "0.0.123"] and return a sorted list in ascending order: 0.0.123, 1.1.2, 4, 2.3 ...