This commit is contained in:
Krishna Vedala 2020-07-29 12:48:32 -04:00
parent 842c5fb251
commit 1ffb1a38e7
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -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>