Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 451 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 451 Bytes

ac-library-hs

Haskell port of ac-library, a library for competitive programming on AtCoder.

Notes

  • 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.

Usage

See the API documentation for more information.