fms12 / DATA-STRUCTURE-AND-ALGORITHM-IN-PY

An open source codebase for sharing programming solutions. This repository is in development phase and will soon provide you with python code of various data structures and algorithms . as we all know that there are not much resources which is available to learn data structures and algorithms in python.
MIT License
23 stars 43 forks source link

Recursive Seection Sort #167

Closed samaydumasia closed 2 years ago

samaydumasia commented 2 years ago

I have created a python code which can sort a list of data using Selection Sort. It will also have a compact code design as it will follow principles of recursion.