Skip to content

adamelm5/sorting_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms

Description

This repository contains the code for 5 sorting algorithms and a comparison of their performance.

The code is written in Python.

Algorithms

The following sorting algorithms are implemented:

  • selection sort
  • insertion sort
  • bubble sort
  • merge sort
  • quick sort

Usage

To run the code, you need to have Python 3 installed on your computer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published