Difference between revisions of "Standard Library"

From EOJ Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<span style="color:red">'''Attention:''' This library is no longer maintained. It has been moved to [https://github.com/zerolfx/template here].</span>
 +
 
== Java ==
 
== Java ==
 +
 +
* [[RedBlackBST]]
 +
* [[KMP]]
  
 
== Calculation ==
 
== Calculation ==
Line 19: Line 24:
 
== Graph Theory ==
 
== Graph Theory ==
  
 +
* [[Eulerian Path]]
 
* [[Connected Component, 2-SAT]]
 
* [[Connected Component, 2-SAT]]
 
* [[Spanning Trees]]
 
* [[Spanning Trees]]
 
* [[Bipartite Graph]]
 
* [[Bipartite Graph]]
 
* [[Network Flow]]
 
* [[Network Flow]]
 +
* [[Heavy-light Decomposition]]
 
* [[Maximal Clique]]
 
* [[Maximal Clique]]
 
* [[Perfect Elimination Ordering]]
 
* [[Perfect Elimination Ordering]]
Line 62: Line 69:
  
 
* [[FastIO]]
 
* [[FastIO]]
 +
* [[Modulo]]
 
* [[Date Magic]]
 
* [[Date Magic]]
 +
* [[Discretization]]
 
* [[Permutation Rank]]
 
* [[Permutation Rank]]
 
* [[Expression Parsing]]
 
* [[Expression Parsing]]
Line 68: Line 77:
 
* [[Longest Common Sequence]]
 
* [[Longest Common Sequence]]
 
* [[Area and Circumference Union]]
 
* [[Area and Circumference Union]]
 +
* [[General Ideas]]
 
* [[Mo's Algorithm]]
 
* [[Mo's Algorithm]]
 
* [[Digit DP]]
 
* [[Digit DP]]
 +
* [[Template]]
  
 
== String Processing ==
 
== String Processing ==

Latest revision as of 10:13, 26 April 2019