E: Minimum Spanning Trees

From the OCR B MEI specification (LINK):

PLAYLIST

Introduction

01 Introduction & Greedy Algorithms

Kruskal's Algorithm

02 Kruskal’s Algorithm Example 1

03 Kruskal’s Algorithm Example 2

Prim's Algorithm

04 Prim’s Algorithm Example 1

05 Prim’s Algorithm Example 2

Prim's Algorithm with a Matrix

06 Prim’s Algorithm with a Matrix Example 1

07 Prim’s Algorithm with a Matrix Example 2