@hackage ac-library-hs1.5.3.2
Data structures and algorithms
Categories
License
CC0-1.0
Maintainer
toyboot4e <toyboot4e@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (10)
- base >=4.9 && <4.22
- bitvec <1.2
- bytestring <0.14
- primitive >=0.6.4.0 && <0.10
- random >=1.2.0 && <1.4
- transformers >=0.2.0.0 Show all…
Dependents (0)
ac-library-hs
Haskell port of ac-library, a library for competitive programming on AtCoder.
The main branch is the version avaiable on AtCoder (+ documentation fixes). See dev branch for upcoming updates.
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
Extramodule contains additional utilities beyond the original C++ library.
Usage
See the API documentation on Hackage for more information.