Skip to content

0.1.0-SNAPSHOT

Latest

Choose a tag to compare

@harry0000 harry0000 released this 10 Oct 17:20
· 91 commits to main since this release
050a967

Released for the AtCoder Language Update 2024-2025

Support Versions

  • Scala 3.7.2 (JDK 21)
  • Scala 3.7.2 (Scala Native 0.5.8)

Features

  • DSU (Union-Find)
  • FenwickTree
  • SccGraph
  • TwoSAT
  • Segtree
  • LazySegtree
  • ModInt
    • StaticModInt
    • ModInt998244353
    • ModInt1000000007
    • DynamicModInt
  • Math
    • powMod()
    • invMod()
  • String
    • zAlgorithm()

Known Issues

  • #20: [perf] investigate performance issue in LazySegtree with ModInt
  • #25: StackOverflowError may occur when using SccGraph on Dotty (Scala 3)

What's Changed

New Contributors

Full Changelog: https://github.com/harry0000/ac-library-scala/commits/0.1.0-SNAPSHOT