|
13 | 13 | #include "data_structure/dsu/cancel-dsu.hpp" |
14 | 14 | #include "data_structure/dsu/dsu.hpp" |
15 | 15 | #include "data_structure/dsu/weighted-dsu.hpp" |
16 | | -#include "data_structure/dynamic-bitset.hpp" |
| 16 | +// #include "data_structure/dynamic-bitset.hpp" |
17 | 17 | #include "data_structure/fenwick.hpp" |
18 | | -#include "data_structure/hashmap.hpp" |
| 18 | +// #include "data_structure/hashmap.hpp" |
19 | 19 | #include "data_structure/info.hpp" |
| 20 | +// #include "data_structure/persistent/partial-persistent-array.hpp" |
20 | 21 | #include "data_structure/priority-set.hpp" |
21 | 22 | #include "data_structure/sliding-window.hpp" |
22 | 23 | #include "data_structure/sparse-table.hpp" |
23 | 24 | #include "data_structure/sum.hpp" |
24 | 25 |
|
25 | | -#include "graph/graph.hpp" |
26 | | -#include "graph/grid.hpp" |
27 | | -#include "graph/twosat.hpp" |
28 | | -#include "graph/hld.hpp" |
29 | | -#include "graph/lca.hpp" // Will be included after graph class is implemented well enough |
| 26 | +// #include "graph/graph.hpp" |
| 27 | +// #include "graph/grid.hpp" |
| 28 | +// #include "graph/hld.hpp" |
| 29 | +// #include "graph/lca.hpp" // Will be included after graph class is implemented well enough |
30 | 30 | #include "graph/maxflow.hpp" |
| 31 | +#include "graph/twosat.hpp" |
31 | 32 |
|
32 | 33 | #include "math/comb.hpp" |
33 | | -#include "math/computation-geometry.hpp" |
| 34 | +// #include "math/computation-geometry.hpp" |
34 | 35 | #include "math/conv.hpp" |
| 36 | +#include "math/flat-geometry.hpp" // TODO complete flat geometry |
| 37 | +#include "math/floor-sum.hpp" |
| 38 | +#include "math/gcd.hpp" |
35 | 39 | #include "math/lagrange.hpp" |
36 | 40 | #include "math/linear.hpp" |
37 | 41 | #include "math/mod-int.hpp" |
38 | 42 | #include "math/speed-of-light-power.hpp" |
39 | | -#include "math/sqrt-decomposition.hpp" |
| 43 | +// #include "math/sqrt-decomposition.hpp" |
40 | 44 | #include "math/utils.hpp" |
41 | 45 |
|
42 | 46 | #include "string/fuzz-matching.hpp" |
|
0 commit comments