mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-03 10:39:42 +08:00
fix docs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user