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.
- Unlike
Prelude
, it primarily uses half-open intervals[l, r)
. - The
Internal
module is unstable and does not follow PVP. - The
Extra
module provides with extra contents not in the originalac-library
. Note that they're less tested!
See the API documentation for more information.