From d8c4238f32293d242c05b15badd0cc50a4c3b26f Mon Sep 17 00:00:00 2001 From: Aniruthan R <67466816+aneee004@users.noreply.github.com> Date: Fri, 14 Aug 2020 12:43:35 +0530 Subject: [PATCH] Update heavy_light_decomposition.cpp --- range_queries/heavy_light_decomposition.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/range_queries/heavy_light_decomposition.cpp b/range_queries/heavy_light_decomposition.cpp index 9e6953dba..f232b753b 100644 --- a/range_queries/heavy_light_decomposition.cpp +++ b/range_queries/heavy_light_decomposition.cpp @@ -3,8 +3,8 @@ * @brief [Heavy-Light Decomposition](https://en.wikipedia.org/wiki/Heavy_path_decomposition) implementation * @author: [Aniruthan R](https://github.com/aneee004) * @email: aniruth11052000@gmail.com - * @CodeChef: aneee004 - * @CodeForces: aneee + * @CodeChef: [aneee004](https://www.codechef.com/users/aneee004) + * @CodeForces: [aneee](https://codeforces.com/profile/aneee) * * TODO: Support edge weight queries, by storing the edge weight value in it's child * algorithm verified by testing in CSES path queries: https://cses.fi/problemset/task/1138