From 5a504459fef68b2abd4089c38f12292d36af33d4 Mon Sep 17 00:00:00 2001 From: Aniruthan R <67466816+aneee004@users.noreply.github.com> Date: Fri, 14 Aug 2020 01:39:21 +0530 Subject: [PATCH] Corrected typos, and removed comma --- range_queries/heavy_light_decomposition.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/range_queries/heavy_light_decomposition.cpp b/range_queries/heavy_light_decomposition.cpp index c784390a7..36fda1d54 100644 --- a/range_queries/heavy_light_decomposition.cpp +++ b/range_queries/heavy_light_decomposition.cpp @@ -7,7 +7,6 @@ * @CodeForces: 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 */