2 releases
0.1.1 | Jul 9, 2020 |
---|---|
0.1.0 | Jun 30, 2020 |
#8 in #at-coder
86KB
2.5K
SLoC
My Competitive Programming Library for AtCoder
In your Cargo.toml
[dependencies]
sfcpl = "*" // <- specify version
Usage
on head of the binary file...
use sfcpl;
Capital module
structure
- SegmentTree
- FenwickTree
- Accumlate
- UnionFind
prime
- Eratosthenes Sieve based
- Trial Division based
Graph
- DFS
- BFS
- Dijkstra Algorythms
- Grid Graph
Combinatorics
- Binary Coefficient
- Permutations
- Combinations
ModInt
Under developing
Bellmanford Algorythm
CRT
and so on
Dependencies
~14MB
~279K SLoC