codinasion-archive / codinasion-dsa

An open source codebase for sharing programming solutions for Data Structures and Algorithm (DSA) problems
https://codinasion.vercel.app/dsa/
MIT License
5 stars 31 forks source link

Write a Python programme for Quick sort #130

Closed codinasion-bot[bot] closed 2 years ago

codinasion-bot[bot] commented 2 years ago

Description

Write a programme for Quick sort

Input  : 5 4 1 6 2
Output : 1 2 4 5 6
Chrisi2209 commented 2 years ago

Hello! I am new to open source and would like to contribute to this issue. I will follow the instructions of the contributing.md, add a new quick-sort directory to the programme directory and get started.