amanmehara / programming

A polyglot collection of algorithms and code snippets.
Apache License 2.0
35 stars 95 forks source link

[Python] Insertion Sort #193

Closed puneetgarg2601 closed 4 years ago

puneetgarg2601 commented 4 years ago

I have completed program to sort elements of array using insertion sort.

puneetgarg2601 commented 4 years ago

I have added license header. Please review and tell if there are any other changes to make.