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.