diff --git a/data_structures/dsu_path_compression.cpp b/data_structures/dsu_path_compression.cpp index 9d9a9e094..34bfc74c7 100644 --- a/data_structures/dsu_path_compression.cpp +++ b/data_structures/dsu_path_compression.cpp @@ -183,7 +183,7 @@ static void test1() { * @returns void */ static void test2() { - /* the minimum, maximum and size of the set */ + // the minimum, maximum, and size of the set uint64_t n = 10; ///< number of items dsu d(n + 1); ///< object of class disjoint sets // set 1