sfcpl 0.1.1

private library for atcoder
Documentation

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