diff --git a/posts/competitive_programming.mdx b/posts/competitive_programming.mdx index 2546bc0..4b5425f 100644 --- a/posts/competitive_programming.mdx +++ b/posts/competitive_programming.mdx @@ -12,6 +12,7 @@ tags: ['競プロ','C++'] - 配列の代わりに使ってもいい - set - unionfind + - ACLにある - priority queue - 主にダイクストラ @@ -27,10 +28,13 @@ tags: ['競プロ','C++'] - 回文判定を `reverse` が一致しているかで行う - 素因数分解 - next_permutation +- fenwicktree(BIT) + - ACLにある # たまに使う - セグ木 + - ACLにある - 使い方よくわかってない - 多倍長整数 - Pythonでやった方がいい