Kavya-24 / Snippets

Hacktoberfest 2024
41 stars 279 forks source link

All Sorting Techniques in Python #369

Open Invincible1602 opened 1 month ago

Invincible1602 commented 1 month ago

Hey @Kavya-24 ,

The implementation of various sorting algorithms in Python. The goal is to create a module that includes multiple well-known sorting techniques, each designed to work with lists of integers, floats, or other comparable elements. The sorting algorithms to be implemented should cover a wide range of time and space complexities to provide a comprehensive set of options for different use cases.

Requirements:

Implement the following sorting algorithms: