Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 854 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 854 Bytes

Work in progress sorter class which will incorporate various sorting algorithms to be called from class. Intended to act as a utility sorter class where a specific sort can be selected and ran on an array. Also included in sorter class are methods to analyze the number of operations performed, by type, and the running time of these operations in CPU time. Originally created and utilized to solve problems in reference:

Weiss, Mark Allen, Florida International University.

Data Structures and Algorithms in C++ - Fourth Edition.

Upper Saddle River, NJ: Pearson Education, Inc., 2014.

Driver solves the following problems:

Chapter 7:

7.1

7.2

7.3

7.11

7.12

7.15

7.17

7.19

Important note:

Sorter was compiled utilizing a makefile generated by MPC. In order to run, edit driver to your needs, run 'make' command, and then ./driver