What it does

SortList is a python script used to sort list items.

How we built it

This script is the implementation of Insertion Sort. It's worst case complexity is O(n^2).

Built With

Share this project:

Updates