From 0174386c0130851fe06a657c0dbb879bfe0f95c3 Mon Sep 17 00:00:00 2001 From: Mann Patel <46739555+manncodes@users.noreply.github.com> Date: Sun, 6 Jun 2021 09:36:52 +0530 Subject: [PATCH] Update data_structures/sparse_table.cpp Co-authored-by: David Leal --- data_structures/sparse_table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_structures/sparse_table.cpp b/data_structures/sparse_table.cpp index c1ec3e958..eecab03ff 100644 --- a/data_structures/sparse_table.cpp +++ b/data_structures/sparse_table.cpp @@ -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 {