We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd6c94 commit 89b7f6cCopy full SHA for 89b7f6c
src/ruby/bucket_sort.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-require_relative './insertion_sort'
+require_relative "./insertion_sort"
4
5
# Sort an array using the BucketSort algorithm
6
class BucketSort
0 commit comments