An open API service indexing awesome lists of open source software.

https://github.com/toyboot4e/ac-library-hs

Haskell port of AtCoder Library (ACL) + many Extra modules
https://github.com/toyboot4e/ac-library-hs

Last synced: 4 months ago
JSON representation

Haskell port of AtCoder Library (ACL) + many Extra modules

Awesome Lists containing this project

README

          

# ac-library-hs

Haskell port of [ac-library](https://github.com/atcoder/ac-library), a library for competitive programming on [AtCoder](https://atcoder.jp/).

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