| Author |
Help with sort function
|
Joel Allison
Greenhorn
Joined: Nov 17, 2009
Posts: 9
|
|
I'm writing a program that is supposed to sort data by population, and by alphabetical order. I can't get it to work though, I think it is specifically my sort functions.
And
I tried to walkthrough these, and I think something is wrong with them. I don't think they fully sort my list, any help would be greatly appreciated.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32654
|
|
|
What sort algorithm are you using?
|
 |
Amarnath Pandi
Greenhorn
Joined: Dec 04, 2009
Posts: 9
|
|
Could you explain little more about the code.
in sortByPopulation,
You are comparing b[] but only swapping a and b. is it OK? In this case b[] values will not be changed right?
What is in a[] and b[]?
|
 |
 |
|
|
subject: Help with sort function
|
|
|