Skip to content

Jamilnineteen91/Sorting-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms

This repo features best and worst case performance of various sorting algorithms in pytjhon.

Completed

  • Bubble sort.
  • Selection sort.
  • Insertion sort.
  • Shell sort.
  • Merge sort.
  • Quick sort.

What i learned

  • Recursion
  • How to perform swaps with variables
  • Function argument management
  • How to delegate tasks to functions/ensuring functions perform a specific task and not several