Create merge_sort_fastest.py · a3linux/Python@237df47 · GitHub
Skip to content

Commit 237df47

Browse files
authored
Create merge_sort_fastest.py
Python implementation of merge sort algorithm. Takes an average of 0.6 microseconds to sort a list of length 1000 items. Best Case Scenario : O(n) Worst Case Scenario : O(n)
1 parent 099caeb commit 237df47

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

sorts/merge_sort_fastest.py

Lines changed: 20 additions & 0 deletions

0 commit comments

Comments
 (0)