Commit Graph

1 Commits

Author SHA1 Message Date
Naveen Hegde
969731d9cd
Added Numeric String Sort
Sorts an array of Numeric strings.
An array of strings like 1,2,3,10,20,30,100,200,300 are sorted as 1,10,100,2,20,200,3,30,300 Conventionally.
This programme sorts them in the correct numeric order i.e 1,2,3,10,20,30,100,200,300
2017-12-30 02:02:44 +05:30