Skip to content

Commit ce2959e

Browse files
authored
to show it doesnt depend on having the uf struct
1 parent e455716 commit ce2959e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/data_structures_[l,r)/uncommon/priority_queue_of_updates.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#pragma once
2-
#include "../../../kactl/content/data-structures/UnionFindRollback.h"
32
//! https://codeforces.com/blog/entry/111117
43
//! @code
54
//! RollbackUF uf(n);
@@ -40,3 +39,4 @@ template<class F, class G> struct pq_updates {
4039
rep(i, l, sz(st)) upd(st[i].second);
4140
}
4241
};
42+
#include "../../../kactl/content/data-structures/UnionFindRollback.h"

0 commit comments

Comments
 (0)