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
- Host: GitHub
- URL: https://github.com/toyboot4e/ac-library-hs
- Owner: toyboot4e
- License: cc0-1.0
- Created: 2024-09-24T11:18:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-06T00:28:25.000Z (4 months ago)
- Last Synced: 2026-03-06T04:34:13.595Z (4 months ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/ac-library-hs
- Size: 1.25 MB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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.