Skip to content

This is a project from Cmpsc-101: Data Abstraction. This repository features the experiment that compares the efficiency of different types of containers.

Notifications You must be signed in to change notification settings

naboni07/DataAbstraction-containmentCheck

 
 

Repository files navigation

Cmpsc 101 Data Abstraction: Containment Checking

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 containmentcheck
  • Install the dependencies for the project by typing poetry install
  • Run the program in the following fashion:
    • poetry run containmentcheck --size 5000 --maximum 50000000 --approach list
    • 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 compares the efficiency of different types of containers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%