Sorting involves arranging a set of elements in a particular order (ascending or descending)
The list elements are given as:
3, 2, 4, 5, 1, 6
To sort the list in ascending order, the adjacent elements are compared, and the smaller element is pushed to the left.
So, we have the following steps
See attachment for the complete step that sorts the list
Read more about sorting techniques at:
https://brainly.com/question/15263760