Skip to content

Commit

Permalink
記事修正
Browse files Browse the repository at this point in the history
  • Loading branch information
komasandesu committed Oct 4, 2024
1 parent 37ddceb commit 9d575ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions posts/competitive_programming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tags: ['競プロ','C++']
- 配列の代わりに使ってもいい
- set
- unionfind
- ACLにある
- priority queue
- 主にダイクストラ

Expand All @@ -27,10 +28,13 @@ tags: ['競プロ','C++']
- 回文判定を `reverse` が一致しているかで行う
- 素因数分解
- next_permutation
- fenwicktree(BIT)
- ACLにある

# たまに使う

- セグ木
- ACLにある
- 使い方よくわかってない
- 多倍長整数
- Pythonでやった方がいい
Expand Down

0 comments on commit 9d575ae

Please sign in to comment.