+ 1
What is meant by sorting a list?
This is related to algorithm. Also explain about sorting algorithms in simple words.
3 Answers
+ 4
Rk Mishra
Sorting mean arrangement of data into some meaningful order.
The default order is ascending order.
+ 3
Literal meaning of sorting is "to arrange"
Just like you sort products when you are searching for something in Amazon in the order of low price to high price or vice versa đ
+ 2
Ok. Understood ! I.e. arranging elements in an order.