/Sorting-Algorithms

A school project that compares the complexity of three different sorting algorithms. Written in Java and Python.

Primary LanguageJava

Sorting-Algorithms

This is a school project I did for Design and Analysis of Algorthims. It compares the Run times of Insertion Sort, Merge-Sort, and Quicksort with different input sizes. It then graphs the results using a Python script.