HarendraSingh22 / Python-Guide-for-Beginners

A guide for Beginners in Python to refer
MIT License
52 stars 95 forks source link

QuickSort using lambda functions in one line #151

Open rajatsahay opened 5 years ago

rajatsahay commented 5 years ago

Created a python program for quicksort algorithm implementation in one line using lambda functions QuickSortOneLine.zip