Skip to content

Commit b2cc91d

Browse files
committed
Rename BinarySearch
1 parent bf0b31b commit b2cc91d

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -198,17 +198,17 @@ In order to achieve greater coverage and encourage more people to contribute to
198198
</a>
199199
</td>
200200
<td> <!-- Python -->
201-
<a href="./src/python/busca_binaria.py">
201+
<a href="./src/python/binary_search.py">
202202
<img align="center" height="25" src="./logos/python.svg" />
203203
</a>
204204
</td>
205205
<td> <!-- Go -->
206-
<a href="./src/go/busca_binaria.go">
206+
<a href="./src/go/binary_search.go">
207207
<img align="center" height="25" src="./logos/golang.svg" />
208208
</a>
209209
</td>
210210
<td> <!-- Ruby -->
211-
<a href="./src/ruby/busca_binaria.rb">
211+
<a href="./src/ruby/binary_search.rb">
212212
<img align="center" height="25" src="./logos/ruby.svg" />
213213
</a>
214214
</td>
@@ -223,7 +223,7 @@ In order to achieve greater coverage and encourage more people to contribute to
223223
</a>
224224
</td>
225225
<td> <!-- Rust -->
226-
<a href="./src/rust/busca_binaria.rs">
226+
<a href="./src/rust/binary_search.rs">
227227
<img align="center" height="25" src="./logos/rust.svg" />
228228
</a>
229229
</td>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)