Skip to content

WDI-SEA/python-sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms in Python

A collection of implementations of several popular sorting algorithms.

  • Bubble Sort
  • Bucket Sort
  • Insertion Sort
  • Merge Sort

This repo contains implementations of the algorithms and runs each algorithm against two test cases: one with a small array, another with a large array.

Write your solution for each sorting algorithm in the file sorting_algorithms.py Running the program test_sort.py will show how long each sorting algorithm takes.

python3 test_sort.py

Licensing

All content is licensed under a CC­BY­NC­SA 4.0 license. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages