Skip to content

AC Library(v1.5)

Compare
Choose a tag to compare
@yosupo06 yosupo06 released this 07 Apr 13:46
· 12 commits to master since this release
c70fcae

Hi everyone! AC Library v1.5 is released!

Summary of changelog

  • Segtree / LazySegtree can accept more broad function types, e.g. S op(const S& a, const S& b) (#160)
  • many small fixes of documentation / input assertion
    • esp. the time complexity of the maxflow is promised as $O(F(n + m))$

What's Changed

New Contributors

Full Changelog: v1.4...v1.5