http://members.optusnet.com.au/ksaho/Algorithm/JAVA/a.java
What does this algorithm sort?
People in the database who have a score of < 45 do not show up on the output.
The 2nd half of the algorithm places the people with a score >= 45 in a linear order.
Is my algorithm well thought up?
Efficient?
How does it stack up against other sorting algorithms?
I’m interested in your opinions.