aspose file tools
The moose likes Beginning Java and the fly likes Sorting an integer array(ascending order) 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 "Sorting an integer array(ascending order)" Watch "Sorting an integer array(ascending order)" New topic
Author

Sorting an integer array(ascending order)

Chaturaka Gunatilaka
Greenhorn

Joined: Oct 06, 2012
Posts: 16
int x[]={3,7,4,9,21,5}

How to sort the above array into int y[]={3,4,5,7,9,21} without using java.util.*;?
Thank you.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56200
    
  13

What have you tried so far? What problems are you having with it?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32689
    
    4
And welcome to the Ranch
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Sorting an integer array(ascending order)
 
Similar Threads
Array class?
Clarification for such a method
Reference
doubt in certpal mock ?
aggregate initialization