Skip to content

Commit

Permalink
doxygenno
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo314 committed Aug 12, 2024
1 parent 489765d commit a521b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/rerooting-dp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* @brief 全方位木DP
* dp[u] = addnode(merge(addedge(dp[v1], g_uv1, uv1.id), merge(addedge(dp[v2], g_uv2, uv2.id), ...)), u) v_iはuの子
* dp[u] = addnode(merge(addedge(dp[v1], uv1.cost, uv1.id), merge(addedge(dp[v2], uv2.cost, uv2.id), ...)), u) v_iはuの子
*
* @tparam E 可換モノイド
* @tparam V DPの型
Expand Down

0 comments on commit a521b75

Please sign in to comment.