Het all,
I have a one dimension array that conatains alphanumeric strings -
How can a sort them so they are in order?
Any good sorting algorithims out there? This working out thing isn't working out.
I have a one dimension array that conatains alphanumeric strings -
Code:
tmpArray(0)="1-0-1"
tmpArray(1)="10-0-0"
tmpArray(2)="7-0-1"
...
How can a sort them so they are in order?
Code:
tmpArray(0)="1-0-1"
tmpArray(1)="7-0-1"
tmpArray(2)="10-0-0"
Any good sorting algorithims out there? This working out thing isn't working out.