mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
fix docs
This commit is contained in:
parent
842c5fb251
commit
1ffb1a38e7
@ -2,7 +2,9 @@
|
||||
* @file
|
||||
* @author [achance6](https://github.com/achance6)
|
||||
* @author [Krishna Vedala](https://github.com/kvedala)
|
||||
* @brief
|
||||
* @brief Storage mechanism using [quadratic probing
|
||||
* hash](https://en.wikipedia.org/wiki/Quadratic_probing) keys.
|
||||
* @note The implementation can be optimized by using OOP style.
|
||||
*/
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
|
Loading…
Reference in New Issue
Block a user