A repository for homework for the Python course at St. Petersburg State University
Task: Write a package with different sorting methods: quicksort, heap sort, merge sort, and bubble sort. Create a separate repository for this task and format it correctly. Each sorting method should be in a separate module. All functions should have tests. Run CI with tests.