What it does
sort the given array of numbers in ascending order.
How we built it
By using two loops we can select the index of the lowest element at each iteration, and then swipe the current elements with the element at the selected index
What we learned
Array manipulation
Log in or sign up for Devpost to join the conversation.