Skip to content

rholop/SortingAlgRunTimes

Repository files navigation


Assignment 02: Running Time Analysis


PROJECT TITLE: Running Time Analysis

VERSION or DATE: October 29, 2020

AUTHOR: Rowan Holop


The source code directory contains the following files:

  • DemoSorting.java
  • Assignment02.java
  • RandomIntegerGenerator.java
  • graph.PNG - example of program output
  • assignment02RunningHolop.csv - example of program output

Dependencies:


Instructions:

  • Place all the files in a project and run main in Assignment02.java
  • Output:
    • assignment02RunningHolop.csv
    • graph.PNG

About

Sorts 10 arrays of various sizes and produces running time results for four popular sorting methods: Bubble Sort, Merge Sort, Insertion Sort, and Selection sort. Writes to .csv file and products a .PNG file of results. Class assignment, Object-Oriented Design #2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages