Skip to content

Commit

Permalink
Update DSU on TREE.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
risal-shefin authored Jul 8, 2022
1 parent 78327e8 commit 64ae054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Templates/DSU on TREE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ void dfs(ll u, ll p, bool keep)
if(keep == 0)
add(u, p, -1);
}
//szdfs(1,-1); dfs(1,-1,0);

0 comments on commit 64ae054

Please sign in to comment.