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 10, 2024
1 parent dddad99 commit 20e35d4
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 20e35d4

Please sign in to comment.