ac-library-rs icon indicating copy to clipboard operation
ac-library-rs copied to clipboard

ac-library-rs is a rust port of AtCoder Library (ACL).

Results 47 ac-library-rs issues
Sort by recently updated
recently updated
newest added

Explaining the most recommended way to use this crate is something everyone wants.

For #75. [Original documentation](https://atcoder.github.io/ac-library/production/document_en/scc.html)

In Rust, it is common to set a repository name to `foo-rs` and to set a `package.name` to `foo`. In actual, `cargo new` strip the `"-rs"` suffixes [until recently](https://github.com/rust-lang/cargo/pull/5013). ```console...

## main ### Now: SccGraph, MfGraph, MinCostFlowGraph - The name style of the struct is different. ### Expected1: Scc(or SCC), MaxFlow, MinCostFlow - Short and readable. - Each struct name...

I will provide some default implementation for monoid, such as calculating sums, products, maximum or minimum values. I want to implement them for all types available, but currently there are...

- `math`, `internal_math` - [ ] https://github.com/atcoder/ac-library/pull/92 - `math` - [ ] https://github.com/atcoder/ac-library/pull/88 - [ ] https://github.com/atcoder/ac-library/pull/97 - `maxflow` - [ ] https://github.com/atcoder/ac-library/pull/63 - `mincostflow` (I'm not sure) - [...

bug
documentation
good first issue

The editions on AOJ and yukicoder are still `2015`. - [現在の各プラットフォームで使えるRust](https://github.com/rust-lang-ja/atcoder-rust-resources/wiki/Since-1.15.1#%E7%8F%BE%E5%9C%A8%E3%81%AE%E5%90%84%E3%83%97%E3%83%A9%E3%83%83%E3%83%88%E3%83%95%E3%82%A9%E3%83%BC%E3%83%A0%E3%81%A7%E4%BD%BF%E3%81%88%E3%82%8Brust) - yosupo06/library-checker-judge#145

enhancement

#75 [Original documentation](https://atcoder.github.io/ac-library/production/document_en/convolution.html)