Bubble Sort

Home

The Bubble Sort Algorithm

Introduction

Bubble sort is an algorithm that is taught in computer science classes around the world. This is because it is a simple algorithm to implement. Bubble sort is a type of comparison sort algorithm and got it’s name as the items being sorted “bubble” to the top of the list.

The Algorithm

Bubble Sort UML Activity Diagram

Analysis