We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff566d commit 0798886Copy full SHA for 0798886
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Revision history for acl-hs
2
3
+## 1.5.3.0 -- June 2025
4
+
5
+- Added `AtCoder.Extra.AhoCorasick`
6
+- Added `AtCoder.Extra.DsuMonoid`
7
+- Fixed the implementation of `KdTree.findNearstPoint`
8
9
## 1.5.2.0 -- June 2025
10
11
- Added `AtCoder.Extra.Vector.Prim`
ac-library-hs.cabal
@@ -4,7 +4,7 @@ name: ac-library-hs
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
-version: 1.5.2.1
+version: 1.5.3.0
synopsis: Data structures and algorithms
description:
Haskell port of [ac-library](https://github.com/atcoder/ac-library), a library for competitive
0 commit comments