06: Modelling with Algorithms - Sorting Algorithms

Home > A-Level Further Maths > Teaching Order Year 1 > 06: Modelling with Algorithms - Sorting Algorithms

Introduction

01 Introduction to Sorting Algorithms

Quick Sort

02 Quick Sort Example 1

03 Quick Sort Example 2

04 Quick Sort 1,2,3,4,5 & Complexity

Bubble Sort

05 Bubble Sort Example 1

06 Bubble Sort Example 2

07 Bubble Sort 1,2,3,4,5

08 Bubble Sort 5,4,3,2,1 & Complexity

09 Shuttle Sort Example 1

10 Shuttle Sort Example 2

11 Shuttle Sort 1,2,3,4,5

12 Shuttle Sort 5,4,3,2,1 & Complexity

13 Comparing Quick, Bubble & Shuttle