Skip to content

Commit 89b7f6c

Browse files
committed
Fix BucketSort ruby
1 parent abd6c94 commit 89b7f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ruby/bucket_sort.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require_relative './insertion_sort'
3+
require_relative "./insertion_sort"
44

55
# Sort an array using the BucketSort algorithm
66
class BucketSort

0 commit comments

Comments
 (0)