Skip to content

WIP 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.

Notifications You must be signed in to change notification settings

alistenberger/Sorter-Class

Repository files navigation

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

About

WIP 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published