akshitagit / Python

Repository for Python codes and algos. Star the repo too.
https://github.com/akshitagupta15june
MIT License
120 stars 110 forks source link

Update insertionsort.py #169

Closed Luci07Devil closed 3 years ago

Luci07Devil commented 3 years ago

changed this: insertion_sort(array) print("sorted array: " + str(array)) to: corrected print("sorted array: " + str(insertion_sort(array)))