Changelog for ac-library-hs-1.1.1.0
Revision history for acl-hs
1.1.1.0 -- Jan 2025
- Added
AtCoder.Extra.Tree.Lct
- Added
blockCut
, blockCutComponents
in AtCoder.Extra.Graph
- Added
popBack_
in AtCoder.Internal.Buffer
- Added
square
, rank
, inv
, invRaw
, detMod
, detMint
in AtCoder.Extra.Matrix
1.1.0.0 -- Jan 2025
- Removed
RangeSetId
and RangeAddId
from AtCoder.Extra.Monoid
.
- Implemented
SegAct
for RangeSet
, RangeAdd
and Max
, Min
.
- Added
segActWithLength
to SegAct
.
- Added
build1
to AtCoder.Internal.Csr
.
- Added a bunch of extra modules.
1.0.0.0 -- Dec 2024
- First version.
- Added ACL-compatible modules.
- Added Extra module of
Math
(binary exponentiation) and Monoid
(SegAct
instances).