Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Wayne Crawford   on May 28 In Java Category.

  
Question Answered By: Nicolas Costa   on May 28

I have an array  of double  values that I need it to be
sorted, from high  to low, is there any method  in java
that can do this, I tried Array.sort(arr) , but it
changes my values  in the array to 0.
Do we have a quick sort  algorithm written  in java.

Share: