Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 292 Bytes

File metadata and controls

9 lines (7 loc) · 292 Bytes

python-practice

Sorting algorithms in data structure

I am a beginner in python, this is the first program I created, and I will use my free time to record my learning career here.

#Sorting algorithms Including : bubble-sort,insert-sort,select-sort,quick-sort,shell-sort and merge-sort.