module
Version:
v0.0.0-...-009c3dd
Opens a new window with list of versions in this module.
Published: Oct 16, 2021
License: CC0-1.0
Opens a new window with license information.
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
¶
|
|
|
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.