mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-09 21:47:07 +08:00
Update data_structures/sparse_table.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user