Difference between revisions of "Standard Library"
Jump to navigation
Jump to search
(→Others) |
(→Others) |
||
Line 63: | Line 63: | ||
* [[FastIO]] | * [[FastIO]] | ||
* [[Date Magic]] | * [[Date Magic]] | ||
+ | * [[Discretization]] | ||
* [[Permutation Rank]] | * [[Permutation Rank]] | ||
* [[Expression Parsing]] | * [[Expression Parsing]] |
Revision as of 12:47, 22 March 2018
Java
Calculation
Data Structures
- Binary-Indexed Tree
- Segment Tree
- Sparse Table
- Heap
- Self-Balanced BST
- Persistence Data Structures
- Link-Cut Tree
- Cartesian Tree
Graph Theory
- Connected Component, 2-SAT
- Spanning Trees
- Bipartite Graph
- Network Flow
- Maximal Clique
- Perfect Elimination Ordering
- Tree and Graph Isomorphism
Geometry
Linear Algebra
Number Theory
- Multiply, Power and Inverse
- Sieve
- Extended Euclid
- Chinese Remainder Theorem
- Primitive Root
- Quadratic Residue and Discrete Roots
- Discrete Logarithm
- Miller-Rabin
- Pollard's Rho
- Gaussian Elimination
- NTT & FFT
Others
- FastIO
- Date Magic
- Discretization
- Permutation Rank
- Expression Parsing
- Kth Number
- Longest Common Sequence
- Area and Circumference Union
- Mo's Algorithm
- Digit DP