minor changes in file info

suggested changes

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Mann Patel
2021-06-06 08:37:35 +05:30
committed by GitHub
parent d6d2c529c3
commit 1c23618dfe

View File

@@ -20,6 +20,10 @@
* function. This implementation can be changed to other functions like
* `gcd()`, `lcm()`, and `max()` by changing a few lines of code.
*/
#include <array> /// for std::array
#include <cassert> /// for assert
#include <iostream> /// for IO operations
/**
* @namespace data_structures