Update data_structures/sparse_table.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Mann Patel
2021-06-06 09:36:52 +05:30
committed by GitHub
parent f3490a3c19
commit 0174386c01

View File

@@ -32,7 +32,7 @@ namespace data_structures {
/**
* @namespace sparse_table
* @brief sparse table and it's util functions.
* @brief Functions for Implementation of [Sparse Table](https://brilliant.org/wiki/sparse-table/)
*/
namespace sparse_table {