mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-07 13:53:16 +08:00
Update data_structures/dsu_path_compression.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user