ac-library-hs: Data structures and algorithms

[ algorithms, data-structures, library, program ] [ Propose Tags ] [ Report a vulnerability ]
Versions [RSS] 1.0.0.0, 1.0.0.1
Change log CHANGELOG.md
Dependencies ac-library-hs, base (>=4.9 && <4.22), bitvec (<1.2), bytestring (<0.14), primitive (>=0.6.4.0 && <0.10), vector (>=0.13.0 && <0.14), vector-algorithms (<0.10), wide-word (<0.2) [details]
Tested with ghc ==9.8.4
License CC0-1.0
Author toyboot4e <toyboot4e@gmail.com>
Maintainer toyboot4e <toyboot4e@gmail.com>
Category Algorithms, Data Structures
Source repo head: git clone https://github.com/toyboot4e/ac-library-hs.git
Uploaded by toyboot4e at 2024-12-28T08:02:56Z
Distributions
Executables example-lazy-segtree
Downloads 26 total (26 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-12-28 [all 1 reports]

Readme for ac-library-hs-1.0.0.1

[back to package description]

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.
  • The Internal module is unstable and does not follow PVP.
  • The Extra module provides with extra contents not in the original ac-library. Note that they're less tested.

Usage

See the API documentation for more information.