Skip to content

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

License

Notifications You must be signed in to change notification settings

pkasila/sorting-project

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages