ac-library-go

module
v0.0.0-...-009c3dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2021 License: CC0-1.0

README

ac-library-go

AtCoder Library(ACL) の Go 移植版です。 ACL で提供されている全てのライブラリを移植することを目指します。

ACL については以下をご覧ください。

パッケージ構成は、暫定で以下のように ACL の 1 ファイルに 1 パッケージを対応させる形とします。

.
├── dsu
│   └── dsu.go
├── fenwicktree
│   └── fenwicktree.go
├── go.mod
└── internal
    └── math
        └── math.go

Contribute 方法

  • ALC で提供されているアルゴリズム・データ構造を実装して、PR を送ってください。
  • 実装したいものがあるときは、該当の issue で宣言してからはじめてもらえると、衝突を防げます。

Directories

Path Synopsis
internal
bit
https://github.com/atcoder/ac-library/blob/master/atcoder/internal_bit.hpp
https://github.com/atcoder/ac-library/blob/master/atcoder/internal_bit.hpp
scc
scc

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL