Arrange the balls in Ascending order

សម្ព័ន្ធភាព៖ Isra University
ដំណោះស្រាយ៖ បុគ្គល | រយៈពេល៖ មួយទៅពីរម៉ោង

ទិដ្ឋភាពទូទៅ


គោលដៅ

The objective of this activity is to arrange the balls using selection sort techniques.

វត្ថុបំណងការសិក្សា

After the activity, students will be able to: • Understand how sorting works using selection sort.

បរិបទ

Selection sort is a simple sorting algorithm. This sorting algorithm is an in-place comparison-based algorithm in which the list is divided into two parts, the sorted part at the left end and the unsorted part at the right end. Initially, the sorted part is empty and the unsorted part is the entire list.