Skip to content

andrewbaldwin44/Python_Bubble_Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Python Bubble Sort

Bubble Sorting Algorithm

Demo

Run on Repl.it

What is Bubble Sort?

Bubble Sort is an Array sorting algorithms. It is one of the simpler techniques, at the cost of being more processor-intensive.

In this algorithm, each element is compared to the one next to it and they are swapped if the one on the left is larger than the one on the right. The algorithm continues and repeates until the array is eventually sorted.

Bubble Sorting

Dependecies

  • Python 3.6.9 (or higher)

Run the Project

Clone the repo to your local machine using the terminal:

$ git clone git@github.com:andrewbaldwin44/Python_Bubble_Sort.git
  1. Navigate into the project directory cd Python_Bubble_Sort
  2. Run the project python bubble_sort.py

Author

👤 Andrew Baldwin

About

Python Bubble Sorting Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages