From 495a7d1fa730fcdd5edfeef0d0e401e8a747677f Mon Sep 17 00:00:00 2001 From: Mann Patel <46739555+manncodes@users.noreply.github.com> Date: Sun, 6 Jun 2021 08:32:35 +0530 Subject: [PATCH] fixed author name suggested changes 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 4bc660d63..9e66d559c 100644 --- a/data_structures/sparse_table.cpp +++ b/data_structures/sparse_table.cpp @@ -3,7 +3,7 @@ * @file * @brief Implementation of Sparse Table * - * @author [manncodes](https://github.com/manncodes) + * @author [Mann Patel](https://github.com/manncodes) * * @details * Sparse Table is a data structure, that allows answering range queries.