Skip to content

fstqwq/All-in-at-the-River

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

人生不过醒时梦一场

一身胆色和热肠

若不衣锦不还乡


Requirements:

Package minted

pip install Pygments

Add Python Scripts where Pygments installed to your system path (e.g. AppData\Roaming\Python\Python38\Scripts on Windows, and pygmentize.exe should exist)

Add -shell-escape to your TeX arguments.

Fonts

Main font: 思源宋体 Source Han Serif SC

Cover font: Gill Sans

Poker card

Requrires pst-poker. Update your TeX to TeX Live 2022 or higher.

TODO (old):

ysf:

  • 字符串
    • SAM
  • 数据结构
    • LCT
  • 网络流建图
  • NTT 多项式
  • 重写 segbeats 的 hint
  • 计数,斯特林数

tbr:

  • 阿波罗尼茨圆
  • 图论
  • 博弈
  • 高维切比雪夫和曼哈顿
  • 拟阵交

yzh:

  • 常数表 (d, omega, p, 斯特林数,卡特兰数)
  • 几何代码

Scan result (8/17)

210510 16:40 Not included DataStructure/动态斜率优化.cpp
210510 16:40 OK           DataStructure/可持久化平衡树.cpp
210510 16:40 Commented    Geometry/DelaunayTriangulation.cpp
210510 16:40 OK           Geometry/圆幂.tex
210510 16:40 Commented    Geometry/最近点对.cpp
210510 16:40 OK           Geometry/球面.tex
210510 16:40 Commented    Geometry/直线与凸包交点.cpp
210510 16:40 OK           Geometry/经纬度求球面最短距离.cpp
210510 16:40 Commented    Math/BSGS.cpp
210510 16:40 OK           Math/Berlekamp-Massey.cpp
210510 16:40 Not included Math/CRT.cpp
210510 16:40 OK           Math/CRT_lbn.cpp
210510 16:40 Commented    Math/FFT NTT FWT.cpp
210510 16:40 OK           Math/Factorial Mod.cpp
210510 16:40 OK           Math/Pell方程.cpp
210510 16:40 Commented    Math/Polynomial.cpp
210510 16:40 Commented    Math/Schreier-Sims.cpp
210510 16:40 OK           Math/Simpson.cpp
210510 16:40 Commented    Math/TEES.cpp
210510 16:40 Commented    Math/原根.cpp
210510 16:40 Not included Math/多点求值与快速插值.tex
210510 16:40 OK           Math/平方剩余.cpp
210510 16:40 OK           Math/扩展卢卡斯.cpp
210510 16:40 OK           Math/直线下格点统计.cpp
210510 16:40 Not included Math/积性函数相关.cpp
210510 16:40 OK           Math/线性同余不等式.cpp
210510 16:40 OK           Math/线性递推.cpp
210510 16:40 OK           Math/解一元三次方程.cpp
210510 16:40 Not included Miscellany/1 Integration Table.tex
210510 16:40 Commented    Miscellany/DLX.cpp
210510 16:40 OK           Miscellany/Main.java
210510 16:40 Not included String/Conclusions.tex
210510 16:40 OK           String/Lyndon Word.cpp
210510 16:40 Commented    String/Total LCS.cpp
210510 16:40 OK           String/后缀平衡树.cpp
210510 16:40 Not included TipsandHints/Formula.tex
210510 16:40 Not included TipsandHints/IntegrationTable_WoodCube.tex
210510 16:40 Commented    TreeandGraph/DynamicMST.cpp
210510 16:40 Commented    TreeandGraph/K短路.cpp
210510 16:40 OK           TreeandGraph/MCMF_dij.cpp
210510 16:40 Commented    TreeandGraph/MaximumClique.cpp
210510 16:40 OK           TreeandGraph/TreeHash.cpp
210510 16:40 Commented    TreeandGraph/cactus.cpp
210510 16:40 Commented    TreeandGraph/三元环.cpp
210510 16:40 Commented    TreeandGraph/平面图转对偶图.cpp
210510 16:40 OK           TreeandGraph/斯坦纳树.cpp
210510 16:40 Not included TreeandGraph/无向图最小割.cpp
210510 16:40 Commented    TreeandGraph/最小乘积生成树.cpp
210510 16:40 Commented    TreeandGraph/树同构.cpp
210510 16:40 Not included TreeandGraph/树链的交.tex
210510 16:40 Commented    TreeandGraph/虚树.cpp
210510 16:40 Not included yzh/Hopcroft-Karp.cpp
210510 16:40 Not included yzh/KM.cpp
210510 16:40 Not included yzh/KM.tex
210510 16:40 Not included yzh/LCT.cpp
210510 16:40 Not included yzh/Subset Sum.cpp
210510 16:40 Not included yzh/cppcode.txt
210510 16:40 Not included yzh/python.py
210510 16:40 Not included yzh/vimrc.vim
210510 16:40 Not included yzh/一般图最大匹配-shuffle.cpp
210510 16:40 Not included yzh/二次剩余.cpp
210510 16:40 Not included yzh/无向图最小割 Stoer-Wagner.cpp
210510 16:40 Not included yzh/曼哈顿最小生成树.tex
210510 16:40 Not included yzh/有根树同构-Reshiram.cpp
210510 16:40 Not included yzh/板子.docx
210510 16:40 Not included yzh/点双.cpp
210510 16:40 Not included yzh/线性筛.cpp
210510 16:40 Not included yzh/边双.cpp
210510 19:09 OK           TreeandGraph/KM.cpp
210510 19:09 Not included yzh/RadixSort.cpp
210510 23:10 OK           Geometry/圆上整点.cpp
210510 23:10 OK           Geometry/阿波罗尼茨圆.tex
210510 23:10 OK           Miscellany/py.py
210510 23:10 Not included Miscellany/py3fastio.py
210514 07:48 OK           Miscellany/test.py
210514 07:48 OK           Miscellany/vimrc
210514 07:48 OK           TreeandGraph/Hopcroft.cpp
210514 07:48 OK           TreeandGraph/最小树形图.cpp
210514 07:52 Commented    TreeandGraph/Blossom.cpp
210707 21:47 OK           yzh/ByteCampA3.cpp
210813 07:07 OK           Miscellany/日期公式.cpp
210813 07:07 OK           TreeandGraph/支配树.cpp
210815 02:55 OK           Geometry/三维几何.cpp
210815 02:55 OK           Geometry/三维凸包.cpp
210815 02:55 OK           Geometry/最小覆盖球.cpp
211023 22:25 Commented    Geometry/点到凸包切线.cpp
211023 22:25 OK           Miscellany/Main2.java
211025 21:44 OK           Miscellany/2D1D.cpp
211026 21:10 OK           TreeandGraph/2-sat.cpp
211026 21:10 OK           tbr/fwt.cpp
211026 21:10 OK           tbr/最小乘积问题.tex
211026 21:10 OK           tbr/最小环问题.tex
211028 03:55 OK           Geometry/logconvexhull.cpp
211028 03:55 OK           Geometry/半平面交.cpp
211028 03:55 OK           Math/Simplex.cpp
211028 03:55 Commented    Math/多项式牛顿法.tex
211108 04:06 OK           TreeandGraph/Dinic.cpp
211108 04:06 Commented    TreeandGraph/Hungarian.cpp
211108 04:06 OK           TreeandGraph/Tarjan.cpp
211108 04:06 OK           TreeandGraph/一般图最大匹配-shuffle.cpp
211108 04:06 OK           tbr/阶和原根.tex
211108 04:06 OK           yzh/Gomory-Hu.tex
211108 04:06 OK           yzh/chordal-graph.tex
211110 02:24 OK           Miscellany/RadixSort.cpp
211110 22:38 OK           Miscellany/LLFPM.cpp
211111 19:56 OK           TreeandGraph/MeanCycle.cpp
220123 23:34 Not included tbr/Carmicheal Function.tex
220126 20:52 Not included tbr/bipolar_orientation.cpp
220219 19:53 Not included tbr/拟阵交问题.tex
220716 17:24 OK           Geometry/圆并.cpp
220720 17:16 OK           Miscellany/hack.cpp
220803 01:21 OK           TreeandGraph/欧拉回路.cpp
220803 04:33 OK           Geometry/多边形和圆的交.cpp
220803 04:33 Commented    Geometry/长方体表面两点最短距离.cpp
220803 04:33 OK           Geometry/闵可夫斯基和.cpp
220803 04:33 OK           yzh/path_inter.cpp
220803 21:10 OK           DataStructure/hashmap.cpp
220803 21:10 OK           Geometry/凸包.cpp
220803 21:10 OK           Math/exgcd.cpp
220803 21:10 OK           Miscellany/bashrc
220803 21:10 OK           TreeandGraph/CliqueCount.cpp
220803 21:10 OK           TreeandGraph/弦图.cpp
220803 21:10 OK           yzh/Stoer-Wagner.cpp
220804 04:51 OK           yzh/dinic_complexity.tex
220807 03:09 OK           Geometry/最小覆盖圆.cpp
220813 15:54 OK           DataStructure/LCT.cpp
220813 15:54 OK           String/AC 自动机.cpp
220813 15:54 OK           String/SAM.cpp
220813 15:59 OK           Math/Miller Rabin And Pollard Rho.cpp
220813 17:20 OK           tbr/树形背包优化.tex
220813 17:21 OK           String/PAM.cpp
220814 11:56 Not included DataStructure/完全动态MST.cpp
220814 11:56 OK           DataStructure/有旋treap.cpp
220814 11:56 OK           Math/FFT.cpp
220814 11:56 OK           Math/FWT.cpp
220814 11:56 OK           Math/NTT.cpp
220814 11:56 OK           Math/多点求值.cpp
220814 11:56 OK           Math/多项式运算.cpp
220814 11:56 Not included Math/快速插值.cpp
220814 11:56 Not included Math/杜教筛.cpp
220814 11:56 OK           Math/杜教筛.tex
220814 11:56 OK           String/KMP.cpp
220814 11:56 OK           String/Manacher.cpp
220814 11:56 OK           String/SA.cpp
220814 11:56 OK           String/SAMSA.cpp
220814 11:56 OK           String/最小表示法.cpp
220814 16:58 OK           Geometry/geo.cpp
220814 16:58 OK           Geometry/三角形.cpp
220814 16:58 OK           String/hash.cpp
220814 16:58 OK           TipsandHints/CalculusTable.tex
220814 16:58 OK           tbr/string-Conclusions.tex
220814 16:58 OK           tbr/切比雪夫距离与曼哈顿距离互化.tex
220814 17:07 OK           TipsandHints/IntegrationTable_NewMeta.tex
220814 17:07 OK           tbr/网络流总结.tex
220815 23:07 OK           Miscellany/randomprimes.py
220816 01:03 OK           Geometry/Formula(Saga).tex
220816 01:03 OK           TipsandHints/Addon.tex
220816 01:03 OK           tbr/度序列的可图性.tex
220816 01:03 Not included tbr/最大最小定理求纳什均衡点.tex
220816 14:22 OK           DataStructure/点分治.cpp
220816 14:22 OK           DataStructure/非递归线段树求和.cpp
220816 14:22 OK           DataStructure/非递归线段树求最大值.cpp
220816 14:22 OK           Math/快速线性递推.cpp
220816 17:00 Not included Math/单位根反演.tex
220816 17:00 OK           Math/快速插值.tex
220816 17:00 OK           Math/插值.tex
220816 17:00 OK           TreeandGraph/图论知识.tex
220816 17:00 OK           tbr/appendix-Formula.tex