+ 1
Define sorting
A group of set are arranged in increasing or in decreasing order are called sorting.
5 Answers
+ 5
Not limited to three types.. there's more like merge sort, heap sort..
And if you already know then why are you asking and then answering your own question? đđđ¶
+ 4
There are so many ways to sort !
random sort (yes it exists)
quick sort
fusion sort
and a lot more !
+ 2
Are value which may be shorted and
and are of three type bubble
selection
insertion
+ 2
@Puneet, it is swapping, not sorting ^^
+ 1
c=a [i];
a [i]=a [j];
a [j]=c;