8000 GitHub - atcoder/live_library at 12465a6b7c4c4075442c37b46211c307c04519b8
[go: up one dir, main page]

Skip to content

解説放送で作ったライブラリ集です。コメントに該当放送へのURLを貼ります。

Notifications You must be signed in to change notification settings

atcoder/live_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtCoder解説放送ライブラリ集

これは何?

解説放送で作ったライブラリを公開しています。

目次

ユーティリティ

名前 コード 説明
テンプレート template.cpp
ModInt mint.cpp 自動でmodを取ってくれる整数型

データ構造

名前 コード 説明
BIT bit.cpp Binary Indexed Tree (Fenwick Tree)

数学

名前 コード 説明
GCD/LCM gcd.cpp 最大公約数と最小公倍数
Combination comb.cpp nCkをmod素数で求める

グラフ

名前 コード 説明
LCA lca.cpp 最小共通祖先

文字列

名前 コード 説明
KMP mp.cpp 文字列検索アルゴリズム(正確にはMP)

幾何

名前 コード 説明
Vector vector.cpp ベクトル(点を扱う際にも使う)

About

解説放送で作ったライブラリ集です。コメントに該当放送へのURLを貼ります。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0