DJN1 / CS317-Sorting-Assignment

Implementation of Quicksort and Mergesort on arrays of strings. Data is read in from file, which user can select

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

  1. make
    • Linux-based Operating Systems: ./CS317Sorting
    • Windows: CS317Sorting.exe

About

Implementation of Quicksort and Mergesort on arrays of strings. Data is read in from file, which user can select


Languages

Language:C++ 98.5%Language:Makefile 1.5%