Docs.rs
competitive-programming-rs-0.4.0
competitive-programming-rs 0.4.0
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
kenkoooo
Dependencies
num-traits ^0.2
normal
rand ^0.4.2
normal
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
dark
light
Files
competitive_programming_rs
data_structure
bitset.rs
fenwick_tree.rs
range_add_segment_tree.rs
segment_tree.rs
sparse_table.rs
suffix_array.rs
treap.rs
union_find.rs
geometry
convex_hull.rs
mod.rs
graph
bridge_detection.rs
lca.rs
maximum_flow.rs
min_cost_flow.rs
mod.rs
shortest_path.rs
strongly_connected_components.rs
math
combination.rs
cumulative_sum.rs
max_rectangle.rs
mod.rs
mod_int.rs
string
rolling_hash.rs
utils
mod.rs
scanner.rs
test_helper.rs
data_structure.rs
lib.rs
string.rs
>
1
2
3
4
pub
mod
combination
;
pub
mod
cumulative_sum
;
pub
mod
max_rectangle
;
pub
mod
mod_int
;