Docs.rs
competitive-programming-rs-34.0.0
competitive-programming-rs 34.0.0
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
kenkoooo
Dependencies
rand ^0.7.3
dev
Versions
8.37%
of the crate is documented
Go to latest version
Platform
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
☰
ayu
dark
light
?
Files
competitive_programming_rs
data_structure
bitset.rs
fenwick_tree.rs
fibonacci_heap.rs
lazy_segment_tree.rs
mod.rs
persistent_array.rs
segment_tree.rs
sparse_table.rs
suffix_array.rs
treap.rs
union_find.rs
geometry
circle.rs
convex_hull.rs
minimum_bounding_circle.rs
mod.rs
graph
bridge_detection.rs
cost_scaling_push_relabel.rs
lca.rs
maximum_flow.rs
min_cost_flow.rs
mod.rs
re_rooting.rs
shortest_path.rs
strongly_connected_components.rs
topological_sort.rs
math
chinese_remainder_theorem.rs
combination.rs
cumulative_sum.rs
determinant.rs
fast_fourier_transform.rs
floor_sum.rs
lagrange_interpolation.rs
max_rectangle.rs
mod.rs
mod_int.rs
next_permutation.rs
string
mod.rs
rolling_hash.rs
z_algorithm.rs
utils
mod.rs
scanner.rs
lib.rs
>
1
2
pub
mod
rolling_hash
;
pub
mod
z_algorithm
;