AC Library(v1.3)
Hi everyone! We release our new release, v1.3!
The list of source code changelogs is the following:
- optimize maxflow(#63)
- optimize mincostflow(#67, #82)
- remove unnecessary constructors from modint (#79)
- change inside includes from
#include <atcoder/...>
into#include "atcoder/..."
(#72)
In addition, we can view the document in offline(#83)! and contains many small fixes about the document, expander, unittests.