Skip to content

Commit

Permalink
⚡️ Speed up sorter by 4211531.56 in PR #1
Browse files Browse the repository at this point in the history
  • Loading branch information
codeflash-ai[bot] authored Feb 1, 2024
1 parent 3170f07 commit d16d7ab
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 d16d7ab

Please sign in to comment.