Skip to content

Details

How to sort an array of unordered integers. We will explore this topic in an online Zoom session using the selection sort algorithm. There are a few ways we can sort an array using the selection sort reasoning, we will look at the common way in the first part (along with familiarizing everyone on loops and arrays) then in our subsequent sessions we will look at a few different but equally acceptable (although harder) approaches.

The goal is to get your mind used to looping over arrays using double for loops and reasoning about different approaches analyzing an array using two pointers (array indices).

Members are also interested in