Skip to content

Commit ac3158c

Browse files
committed
Rename InterpolationSearch
1 parent 95e8b3d commit ac3158c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,14 +471,14 @@ In order to achieve greater coverage and encourage more people to contribute to
471471
</td>
472472
</tr>
473473
<tr>
474-
<td><a href="https://en.wikipedia.org/wiki/Interpolation_search">Interpolation Search</a></td>
474+
<td><a href="https://en.wikipedia.org/wiki/InterpolationSearch">Interpolation Search</a></td>
475475
<td> <!-- C -->
476476
<a href="./CONTRIBUTING.md">
477477
<img align="center" height="25" src="./logos/github.svg" />
478478
</a>
479479
</td>
480480
<td> <!-- C++ -->
481-
<a href="./src/cpp/Interpolation_search.cpp">
481+
<a href="./src/cpp/InterpolationSearch.cpp">
482482
<img align="center" height="25" src="./logos/cplusplus.svg" />
483483
</a>
484484
</td>
File renamed without changes.

0 commit comments

Comments
 (0)