Prem-Kumar-Dev / hacktoberfest2024-project

Welcome to the Hacktoberfest 2024 beginner coding problems repository! This project is designed for those who want to contribute to open-source while solving basic coding challenges. Whether you are a first-time contributor or looking to practice programming, you're in the right place.
MIT License
8 stars 77 forks source link

Create Quick_Sort.py #15

Closed Mihir008 closed 1 month ago

Mihir008 commented 1 month ago

A Quick Sort algorithm in python on excecution it will print the original unsorted array and the sorted array after applying Quick Sort.

Mihir008 commented 1 month ago

hacktoberfest 2024