Skip to content

Commit b2a6f6a

Browse files
committed
comment out second test case for bubble
1 parent b604f2e commit b2a6f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bubble-sort.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def bubble_sort(arr)
2525
end
2626

2727
bubble_sort([4,3,78,2,0,2])
28-
bubble_sort([5,3,7,5,89,90,2])
28+
# bubble_sort([5,3,7,5,89,90,2])

0 commit comments

Comments
 (0)