Skip to content

Commit 837f03b

Browse files
authored
Rename Swift/Algorithms/binary_search.swift to Swift/Algorithms/Searching-Algorithms/binary_search.swift
1 parent 2af136b commit 837f03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Swift/Algorithms/binary_search.swift renamed to Swift/Algorithms/Searching-Algorithms/binary_search.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ if let index = binarySearch(in: numbers, for: value) {
2727
print("Found \(value) at index \(index)")
2828
} else {
2929
print("Did not find \(value)")
30-
}
30+
}

0 commit comments

Comments
 (0)