Define sorting | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Define sorting

A group of set are arranged in increasing or in decreasing order are called sorting.

5th Dec 2017, 4:28 PM
Puneet Bhardwaj
Puneet Bhardwaj - avatar
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? 😑😑😶
5th Dec 2017, 4:53 PM
Saumya
Saumya - avatar
+ 4
There are so many ways to sort ! random sort (yes it exists) quick sort fusion sort and a lot more !
6th Dec 2017, 6:14 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 2
Are value which may be shorted and and are of three type bubble selection insertion
5th Dec 2017, 4:29 PM
Puneet Bhardwaj
Puneet Bhardwaj - avatar
+ 2
@Puneet, it is swapping, not sorting ^^
11th Dec 2017, 9:08 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 1
c=a [i]; a [i]=a [j]; a [j]=c;
11th Dec 2017, 11:31 AM
Puneet Bhardwaj
Puneet Bhardwaj - avatar