How do we sort the array either in descending or ascending order? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do we sort the array either in descending or ascending order?

sorting

18th Apr 2018, 9:32 PM
Thibello Lebohang
Thibello Lebohang - avatar
2 Answers
+ 1
most languages have a built in function to sort arrays, but if you want to make your own sorter, which is a fun project, here is a good read https://www.sololearn.com/learn/649/?ref=app I don't know C++, but this looks like it could get you started on the right path http://roseindia.net/c-tutorials/c-array-sort.shtml
18th Apr 2018, 11:27 PM
LordHill
LordHill - avatar
+ 1
thanks
18th Apr 2018, 11:38 PM
Thibello Lebohang
Thibello Lebohang - avatar