![]() |
Putting numbers in an ascending order
Hey ppl
I need some help I want to know what is the correct source code for sorting numbers say I entered num1,num2,num3,num4 and num5 what would the correct source code be to sort them in ascending order help plz |
Re: Putting numbers in an ascending order
Well there are lots of sorting algorithms, the easiest being Bubble Sort, which is easy to implement in any programming language.
Checkout this thread for details of a few sorting algorithms http://www.go4expert.com/showthread.php?t=337 In case, you have some trouble, G4E help is just a post away. |
Re: Putting numbers in an ascending order
Quote:
|
Re: Putting numbers in an ascending order
That's right! But, for someone who is new to sorting algorithms Bubble Sort is the easiest to understand and implement.
|
Re: Putting numbers in an ascending order
Quote:
well i think selection sort isbest for beginners in dat u dont have to bother to check which is smallest i m giving code for it if the nos are stored in an array' a' a[i]=num[k] i varies from 0 to 4 nd k varies from 1 to 5 Code:
#include<stdio.h> |
Re: Putting numbers in an ascending order
if neone has better idea please letme no
|
| All times are GMT +5.5. The time now is 14:36. |