You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Associative range query](src/range_query): known colloquially as *segtrees*, coordinate compression, and Mo's query square root decomposition
51
-
-[Number thery](src/math/mod.rs): canonical solution to Bezout's identity, Miller's primality test
50
+
-[Associative range query](src/range_query): known colloquially as *segtrees*, coordinate compression, convex hull trick, and Mo's query square root decomposition
51
+
-[Number theory](src/math/mod.rs): canonical solution to Bezout's identity, Miller's primality test
52
52
-[Arithmetic](src/math/num.rs): rational and complex numbers, linear algebra, safe modular arithmetic
53
53
-[FFT](src/math/fft.rs): fast Fourier transform, number theoretic transform, convolution
54
54
-[Scanner](src/scanner.rs): utility for reading input data ergonomically
0 commit comments