Welcome to week 3
An introduction to the topic of the week: sorting.
Bubble Sort
Learn about and implement a bubble sort - one of many possible sorting algorithms.
Insertion Sort
Meet the second of the sorting algorithms - insertion sort - and have a go at coding one for yourself.
Merge Sort
Exploring another sorting algorithm - merge sort.
Week 3 recap
Reviewing your learning from the week.