🚧 WIP 🚧
An ac-library implementation in D language.
Bundled files are here :)
- Data Structures
- fenwicktree
- segtree
- lazysegtree
- string
- Math
- math
- convolution
- modint
- Graphs
- dsu
- maxflow
- mincostflow
- scc
- twosat
- Dependencies
- internal bit
- internal math
[ ] internal queue(unnecessary)- internal scc
[ ] internal type traits(unnecessary)- internal array (not in ac-library)
Bundle all files:
$ ./bundle src/acl/all.d > output.d
Bundle files dependent on {name}.d
:
$ ./bundle src/acl/{name}.d > output.d
Browse docs for ac-library:
$ make browse-docs
Format source code:
$ make format
- Official repository: https://github.com/atcoder/ac-library