Update data_structures/dsu_path_compression.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Aayush Vyas
2021-09-06 07:38:26 +05:30
committed by GitHub
parent d779276e61
commit 690d310f5f

View File

@@ -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