Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 475 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 475 Bytes

CS340 A3 Quicksort

This program takes an arbitrary number of integers and sorts them using quick sort.

Repository Contents

  • /Code Files - Folder containing all the c++ files
  • output.log - the log of the output window running this program
  • README.md - this readme file

Usage

  1. Compile and run the program using the code files in /Code Files.
  2. Follow the instructions listed by the program.
  3. The result will show a sorted list of values you entered.