#CS-6202
Awesome StudentQuestion • Algorithms and Complexity
The unsorted array's smallest element is chosen and swapped with the leftmost element, resulting in that element becoming a member of the sorted array This operation continues to move the unsorted array border to the right by one element
Answer
True