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
- Host: GitHub
- URL: https://github.com/mnz1365/insertion-sort
- Owner: mnz1365
- Created: 2025-01-15T05:55:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T06:06:20.000Z (11 months ago)
- Last Synced: 2025-01-28T11:40:24.417Z (10 months ago)
- Topics: algorithm, insertion-sort, list, numbers, python, sort
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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