Skip to content

Commit

Permalink
Code Optimizations for PR #1
Browse files Browse the repository at this point in the history
  • Loading branch information
codeflash-ai[bot] authored Jan 26, 2024
1 parent 953a6a7 commit 0ab630e
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 0ab630e

Please sign in to comment.