Sorted

Why do this problem?

This problem introduces sorting algorithms by encouraging students to explore them using a pack of cards. By performing the algorithms for themselves, we hope students will gain a better understanding of the advantages and limitations of each method.

Possible approach

Each student will need one suit from a pack of cards.
"Shuffle your cards, and then put them in order from Ace to King. Watch how your partner puts their cards in order. Do you both do it the same way? How efficient is your method?"

Either show students each video and invite them to make sense of the algorithm and have a go themselves,
Or hand out this worksheet for them to make sense of the algorithms on paper.

"For each of the algorithms, perform it a few times to get a feel for it. Then choose two algorithms and compare them. Which is the quickest? Why? Can you put your cards into a worst-case scenario for each of the algorithms, to make it take as long as possible?"

Give students time to explore these, together with the questions from the problem which are on the worksheet: Then bring the class together to discuss their findings.

Possible extension

Invite students to use pseudocode, or a programming language if they know one, to express the algorithms.

Possible support

Introduce the algorithms one at a time, and then make pairwise comparisons between them.