Author
Revere elements
Amit Chohan
Greenhorn
Joined: Oct 31, 2002
Posts: 29
hi all the following code reverses elements in an array. Is there a more efficient way of writing it. thanks Amit Chohan
Java Junior<br />Leicester<br />England
Maulin Vasavada
Ranch Hand
Joined: Nov 04, 2001
Posts: 1865
posted Feb 24, 2003 19:18:00
0
hi amit, it seems the method u use is fine in int[] case. here is the code i tired, and a script to generate multiple results to get average, the average was, Reverse-1: 275.65 Reverse-2: 747.40 Reverse-3: 474.40 Reverse-4: 808.24 Reverse-5: 802.33 may be if we post this to Performance forum it would get more responses... regards maulin.
1. Have fun @ http://faq.javaranch.com/java/JavaRaq
2. Looking for simple infix2postfix conversion and postfix evaluation package? Click here
Maulin Vasavada
Ranch Hand
Joined: Nov 04, 2001
Posts: 1865
posted Feb 24, 2003 19:19:00
0
btw, the average is in milliseconds to perform reverse operation... thanks maulin
subject: Revere elements