/sorter_data-structures

Sorting Algorithms, assignment from Data Structures course

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Sorting Algorithms

Description

This is a library which implements common sorting algorthms in C++:

What it can do

This library can sort your unsorted array for any amount of elements by using one of the Sorting algorithms described above. It also gives an option to get the time spent on sorting, so you can compare the algorithms.

Live Demo

Live demo is included for testing and educational purposes. To build and run the demo you simply need to enter make command in your bash or command prompt. That will build the live demo, which you can run with ./democommand. To remove demo and other build files, you need to enter make clean command. Note that make clean will not remove any source file.

Contact details

email: grigor.bezirganyan98@gmail.com