pkasila / sorting-project

A group assignment at the Lyceum BSU on sorting arrays using different sorting algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting arrays

A group assignment at the Lyceum BSU on sorting arrays using different sorting algorithms.

What is this project about?

This project is a project that groups of students at the Lyceum BSU had to complete after learning the theory behind sorting algorithms. It was necessary to compare different sorting algorithms.

What has been done?

  • Generation of source data
  • Slow sorting algorithms (selection, insertion, swap/ bubble)
  • Fast sorting algorithms (merge, qsort, comparison with std::sort)
  • Scripts for testing and data collection

About

A group assignment at the Lyceum BSU on sorting arrays using different sorting algorithms.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 81.3%Language:Shell 14.0%Language:CMake 4.7%