Skip to content

Commit

Permalink
⚡️ Speed up sorter by 4225716.95
Browse files Browse the repository at this point in the history
  • Loading branch information
codeflash-ai[bot] authored Feb 7, 2024
1 parent 953a6a7 commit 3b556a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code_to_optimize/bubble_sort_3.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 3b556a0

Please sign in to comment.