I have an array list that comprises of elements like: M1,M2,M3...M9,M10,M11 so on. When I sorted the elements using built in sorting feature, M10 and M11 get placed in 2nd and 3rd position respectively after M1.
Is there anyway to sort where I need M10 and M11 to come after M9?
Arraylistand use something more modern (unless you really have the use case to do so) on saying that, it wont help your problemList<string>and then you canSort()