Skip to content

Commit

Permalink
Merge pull request #33 from fake-afik/codeflash/optimize-pr1-2024-02-…
Browse files Browse the repository at this point in the history
…21T19.55.22

⚡️ Speed up `sorter()` by 4211531.56 in PR #1 (`new-sorter`)
  • Loading branch information
fake-afik authored Mar 25, 2024
2 parents dddad99 + 52d30e0 commit 6955df2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code_to_optimize/bubble_sort.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
def sorter(arr):
arr.sort()
return arr


0 comments on commit 6955df2

Please sign in to comment.