Skip to content

anthonyzhub/Python-Sorting-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Sorting Algorithms

A great explaination of how both sorting algorithms work through comments.

For merge sort, I noticed there being multiple ways to write that algorithm. In approach #1, sorting and splitting is done entirely in one function. In approach #2, the same tasks are done in 3 different functions.

About

A short explanation of how QuickSort works while writing in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages