+ 1
Can someone explain me a bit about the logic of sorting algorithms?
Hi! I'm quite a begginner at programming and I was wondering the logic behind an the sorting algorithm. Reason? I want to create a list with unsorted numbers and sort them from largest to smallest, print such result of the ordered list and then re-sort them from smallest to largest. This is just to understand how it basically works. Hope my question is understandableđđ.
2 Answers
+ 5
This may give you a general idea.
https://www.sololearn.com/learn/774/?ref=app
+ 2
Thanks! đI'll check it