Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

garrywashere/sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms

Examples of sorting algorithms for A-Level OCR Computer Science, written in Python 🐍.

Introduction

I wanted to practice Python to keep myself sharp, so I decided to write the sorting algorithms I need to remember for A-Level in Python. The intention is to better understand how they work and potentially help anyone else in my position who stumbles over my code.

How to use this repo

Pull the repository or view the code on GitHub, then navigate the folders of each algorithm. I will attach a Markdown file with my best explanation of each algorithm's function, as well as provide source code for it.

You're very welcome to clone and modify the code, and feel free to let me know if you have any improvements :)

Algorithms Included

  • Bubble Sort ✅
  • Merge Sort ✅
  • Insertion Sort ✅
  • Quick Sort ✅

To-do

  • Implement threading

About

Example of sorting algorithms needed for A-Level OCR.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages