mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 15:14:01 +08:00
Update search/interpolation_search.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ namespace search {
|
||||
|
||||
/******************************************************************************
|
||||
* @namespace interpolation_search
|
||||
* @brief interpolation search searching algorihm
|
||||
* @brief Functions for the [Interpolation Search](https://en.wikipedia.org/wiki/interpolation_search) algorithm implementation
|
||||
*******************************************************************************/
|
||||
namespace interpolation_search {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user