Update data_structures/dsu_path_compression.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Aayush Vyas
2021-09-07 07:25:05 +05:30
committed by GitHub
parent b220a61d64
commit 4cb3596be6

View File

@@ -166,7 +166,7 @@ class dsu {
* @returns void
*/
static void test1() {
/* 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