Haskell port of ac-library, a library for competitive programming on AtCoder.
- The library is mainly for AtCoder and only GHC 9.8.4 is guaranteed to be supported.
- Functions primarily use half-open interval
[l, r)
. - The
Extra
module contains additional utilities beyond the original C++ library.
See the API documentation for more information.