Update heavy_light_decomposition.cpp

This commit is contained in:
Aniruthan R
2020-08-14 12:57:56 +05:30
committed by GitHub
parent d8c4238f32
commit 5f2e8cc83d

View File

@@ -52,6 +52,10 @@
* Sample I/O at the bottom.
*/
/**
* @namespace range_queries
* @brief Algorithms and Data Structures that support range queries and updates.
*/
namespace range_queries {
/**