Skip to content

Commit

Permalink
Rename Swift/Algorithms/binary_search.swift to Swift/Algorithms/Searc…
Browse files Browse the repository at this point in the history
…hing-Algorithms/binary_search.swift
  • Loading branch information
div-bargali authored Nov 1, 2020
1 parent 2af136b commit 837f03b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ if let index = binarySearch(in: numbers, for: value) {
print("Found \(value) at index \(index)")
} else {
print("Did not find \(value)")
}
}

0 comments on commit 837f03b

Please sign in to comment.