forked from parallelcc/Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·119 lines (60 loc) · 1.24 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
*.pygstyle
*.pygtex
template.*
!template.pdf
!template.tex
class/BigInt
class/Frac
class/Matrix
data-structure/2-BIT
data-structure/BIT
data-structure/persistence-tree-tag
data-structure/BiTree
data-structure/rope-bcj
data-structure/segment-tree
data-structure/tmp
dynamic-programming/bags/01
dynamic-programming/bags/big-01
dynamic-programming/LCS
dynamic-programming/monotone-queue
dynamic-programming/RMQ
graph-theory/bipartite-graph/hungary-bfs
graph-theory/bipartite-graph/hungary-dfs
graph-theory/bipartite-graph/KM
graph-theory/connect/2sat
graph-theory/HLD
graph-theory/LCA/doubly
graph-theory/LCA/ST
graph-theory/LCA/tarjan
graph-theory/MST/Kruskal
graph-theory/MST/Prim
graph-theory/MST/Prim+heap
graph-theory/network-flows/minCostMaxflow
graph-theory/short-path/Dijkstra
graph-theory/short-path/k-short
math/all-inverse
math/Berlekamp-Massey
math/Cmod
math/CRT
math/fft
math/gcd-lcm
math/inclusion–exclusion
math/inverse
math/Linear_Seq
math/matrix-quickpow
math/ntt
math/polynomial
math/prime-table
math/quick-prime-num
math/short-prime-num
math/sum-of-n^k
string/hash
string/KMP
string/min-represent
string/shift-and
string/subseq
other/Ofast
other/IO
math/Cantor
other/fastIO
math/prime-num