An open API service indexing awesome lists of open source software.

https://github.com/mnz1365/insertion-sort

insertion sort in python
https://github.com/mnz1365/insertion-sort

algorithm insertion-sort list numbers python sort

Last synced: 9 months ago
JSON representation

insertion sort in python

Awesome Lists containing this project

README

          

# About

insertion sort function.
my sorting implement, the list of numbers incrementally from lower to higher number.

# Getting Started
add a list of numbers to function and return a sorted list

for run app properly -> run "main.py" file