How to code smallest to largest in three integers? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to code smallest to largest in three integers?

17th Aug 2018, 2:10 PM
Christian Ancheta
Christian Ancheta - avatar
2 Answers
+ 6
https://www.sololearn.com/learn/774/?ref=app Refer this for algorithms of sorting...
17th Aug 2018, 3:18 PM
$hardul B
$hardul B - avatar
+ 4
By "smallest to largest" I think you mean sorting the integers in assending order. There are many already existing sorting algorithms you could google such as bubble sort and merge sort and then implement one of those.
17th Aug 2018, 2:59 PM
TurtleShell
TurtleShell - avatar