Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Commit bf2ca6a

Browse files
fix namespace
1 parent c696231 commit bf2ca6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/bubble_sort.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(ns sorting/bubble_sort)
1+
(ns sorting/bubble-sort)
22

33
(defn- bubble [ys x]
44
(if-let [y (peek ys)]

0 commit comments

Comments
 (0)