Skip to content

This is a project from Cmpsc-101: Data Abstraction. This repository features the experiment that tested different sorting algorithms on lists for efficiency.

Notifications You must be signed in to change notification settings

folkenrothk/DataAbstraction-algorithmSort

Repository files navigation

Cmpsc 101 Data Abstraction: Sorting Algorithms

Completed Fall 2021

Project Instructions

  • Use the cd command to change into the directory for this repository
  • Change into the program directory by typing cd listsorting
  • Install the dependencies for the project by typing poetry install
  • Run the program in the following fashion:
    • poetry run listsorting --starting-size 1024 --number-doubles 5 --approach tim
    • Note that this is not the only configuration you should try for your experiment
    • Note that the program will not work unless you add the required source code
    • Refer to the writing/reflection.md for details about designing your experiment
  • Confirm that the program is producing acceptable experimental output

Findings

Please refer to the final report for the experimental design and findings.

About

This is a project from Cmpsc-101: Data Abstraction. This repository features the experiment that tested different sorting algorithms on lists for efficiency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages