Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.17 KB

File metadata and controls

17 lines (14 loc) · 1.17 KB

Sort_Algorithms_with_Python

This is my practical aboud bubble sort, insertion sort, and marge sort with python.

Introduce

Bubble sort

bubblesort1 bubblesort2 bubbleAnimation

Insertion sort

insertionsort insertionAnimation

Merge sort

mergesort mergesort1 mergeAnimation