1. amoshuangyc
  2. Data Structures
    1. BIT
    2. DSU
    3. LazySegTree
    4. Mint
    5. Prefix Sum
    6. SegTree
    7. Sparse Table
    8. Treap
    9. Wavelet Matrix
  3. Algorithms
    1. 2-SAT
    2. BFS
    3. CombTool
    4. Dijkstra
    5. Eccentricity
    6. Euler Tour
    7. Floyd Warshall
    8. Greedy
    9. LCA
    10. Linear Congruence
    11. Longest Increasing Subsequence
    12. Monotonic Stack/Deque
    13. PolyHash
    14. PolyHash2
    15. Powmod
    16. Prefix2D
    17. Prefix3D
    18. Rerooting
    19. Searching
    20. Sieve of Eratosthenes
    21. SPFA
    22. Tarjan SCC
    23. Ternary Search
    24. Topological Sort
    25. XorShift
  4. Topics
    1. 2D Poset
    2. Binary Operations
    3. Bivariate
    4. Digit DP
    5. DP
    6. Floor and Ceiling
    7. Functional/Permutation Graph
    8. L1 Distance
    9. Longest Common Prefix
    10. K(-th) Smallest
    11. Knapsack
    12. Multiples/GCD/LCM
    13. Pairwise on Graph/Tree
    14. Pairwise on Sequence
    15. Parenthesis Sequence
    16. Square Number
    17. Segments
    18. Subsequence
    19. Palindrome
    20. Random Hashing
    21. Ring
    22. Sum to X
    23. Unique Elements
  5. Miscellaneous
    1. Rust Basic
    2. Rotate
    3. Running Length Encoding
    4. Merge 2 Sorted Array
    5. Ordered Float
    6. Bit Operations