This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Help with sort function Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Help with sort function" Watch "Help with sort function" New topic
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
    
    4
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[]?

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Help with sort function
 
Similar Threads
Fill the code
Exception in thread
new to java
I am new to Java programming
'class' or 'interface' expected