in reply to Re^4: How do i sort an numeric array without using sort function. Is ther any way to sort it just with loop in perl??
in thread How do i sort an numeric array without using sort function. Is ther any way to sort it just with loop in perl??
You may want to think a little about the sorting algorithm used. Gnome sort is an example of a stunningly bad way to sort. Now you have a working example, have a quick google and look for better ways. I'm sure we can help with any attempts to code other methods.
Cheers,
R.
|
---|