Hi everyone! We release our new release, v1.4!
The list of source code changelogs is the following:
- floor_sum allows more widely input (#92)
- a few methods of segtree was marked as const (#107)
- the runtime of floor_sum(#88) & convolution(#120) was improved.
In addition, this release contains small fixes about typos.
Assets
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.
Assets
3
We are pleased to inform you about our first minor version, v1.1, was released!
This release contains many fixes, so please don't forget to download the new AC Library and update your local environment!
The list of source code changelogs is the following:
- #38 : Fix deduplication by tangent
- #31 : convolution is broken in edge-cases
- #21 : maxflow was broken when s = t
- #12 : fix self loop handling of maxflow / mincostflow
- #3 : fix internal_math for msvc
and, this release contains many minor changes (most of these are document changes).
Thanks for all contributors!
Assets
3
add workflow for upload zip