Skip to content

Header file that includes a sorting class that can take in arrays and vectors of any data type or object

Notifications You must be signed in to change notification settings

wilsonchen02/sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorter

Wilson Chen June 2021

Header file that includes a sorting class that can take in arrays and vectors of any data type or object. It contains a bunch of sorting algorithms. This was intended to be a practice header file, but maybe I can use it in the future 😳

DISCLAIMER: CAN ONLY ACCEPT ARRAYS/VECTORS

This should work for most data types and objects, as long as a comparator is defined. If not, then it'll use STL's "less" comparator.

About

Header file that includes a sorting class that can take in arrays and vectors of any data type or object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages