bluedawnstar/algorithm_study
algorithms and data structures for coding contest (designed for 'copy & paste')
C++Unlicense
Issues
- 2
Prefix Automaton
#82 opened by bluedawnstar - 1
Discrete Kth Root
#116 opened by bluedawnstar - 1
BK Tree
#63 opened by bluedawnstar - 2
Modular square root
#81 opened by bluedawnstar - 1
Reeds–Sloane algorithm
#117 opened by bluedawnstar - 1
Simplex method
#62 opened by bluedawnstar - 2
Karger’s algorithm for Minimum Cut
#93 opened by bluedawnstar - 4
Online Z-algorithm
#97 opened by bluedawnstar - 1
Persistent Union-Find
#96 opened by bluedawnstar - 1
Check & implement nimber
#99 opened by bluedawnstar - 1
Review lattice counting
#76 opened by bluedawnstar - 1
DP optimization (some tricks)
#61 opened by bluedawnstar - 1
[Fix] remove unuseful statements
#98 opened by bluedawnstar - 1
Max flow with lower/upper bound
#64 opened by bluedawnstar - 1
DFA minimization
#57 opened by bluedawnstar - 1
- 1
Minimum/maximum cost circulation
#65 opened by bluedawnstar - 0
Check "Bostan-Gaudry-Schost"
#94 opened by bluedawnstar - 1
Fast calculation of N! mod P
#77 opened by bluedawnstar - 0
Review Push Relabel algorithm
#92 opened by bluedawnstar - 0
Incremental Cycle Detection, Topological Ordering, and Strong Component Maintenance
#88 opened by bluedawnstar - 0
Minimum-weight closure
#87 opened by bluedawnstar - 0
Maximum density subgraph
#86 opened by bluedawnstar - 0
Levenstein automata
#83 opened by bluedawnstar - 0
Review integer partition
#80 opened by bluedawnstar - 0
Review Grundy number
#79 opened by bluedawnstar - 0
Maximum Weighted Matching in General Graphs
#75 opened by bluedawnstar - 0
All-substrings common subsequence
#66 opened by bluedawnstar - 0
Chinese postman problem
#59 opened by bluedawnstar - 0
NFA to DFA transformation
#56 opened by bluedawnstar - 0
Nth permutation
#78 opened by bluedawnstar - 0
Review flow network algorithms
#91 opened by bluedawnstar - 0
Graph Transitive Closure
#90 opened by bluedawnstar - 0
Find a Mother Vertex in a Graph
#89 opened by bluedawnstar - 0
Number of solutions of linear equations
#85 opened by bluedawnstar - 0
Minkowski sum
#84 opened by bluedawnstar - 0
Improve suffix tree implementation
#74 opened by bluedawnstar - 0
- 0
From expandable set to dynamic via O(log(n))
#72 opened by bluedawnstar - 0
Jacobi eigenvalue algorithm, Jacobi method for solving system of linear equations
#71 opened by bluedawnstar - 0
Minimum mean weight cycle algorithm
#70 opened by bluedawnstar - 0
Absolute p-center
#69 opened by bluedawnstar - 0
- 0
Bresenham's line and circle algorithms
#67 opened by bluedawnstar - 0
Closest pair via sweep line
#60 opened by bluedawnstar - 0
Fast matrix multiplication
#58 opened by bluedawnstar - 0
Exact cover
#55 opened by bluedawnstar - 0
Graph isomorphism
#54 opened by bluedawnstar - 0
Finding Bridges Online
#53 opened by bluedawnstar - 0
KNN for competitive programming
#52 opened by bluedawnstar