Update search/interpolation_search.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Lajat5 2021-12-19 14:29:23 +05:30 committed by GitHub
parent 5ac02e0099
commit d32cd39305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/****************************************************************************** /******************************************************************************
* @file * @file
* @brief [interpolation search * @brief [Interpolation search
* algorithm](https://en.wikipedia.org/wiki/interpolation_search) * algorithm](https://en.wikipedia.org/wiki/interpolation_search)
* *
* @details * @details