Link to home
Start Free TrialLog in
Avatar of Jasbir21
Jasbir21

asked on

Urgent - Array

Hi,

I have a 2 d array which has the values.

How do i sort the values starting from the lowest to the highest...
score[years][iterations]

the values in years 0 needs to be resorted from the lowest to highest
so does, year 1 ,pls hlep

               Iterations 1   Iteratons 2   Iterations 3
Years   0       2.666667       2.66667         2.66667  
Years   1       3.2224           3.2221          3.4
Years   2         3.7           3.8            3.9
Years   3       3.9            4.2               2.7
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jasbir21
Jasbir21

ASKER

is there a way of putting it into a list and then sort the list ?

something like maps ...
whats your desired result?
sorry..just saw this...actually, i used maps before, i thought to sort, need list ..