Docs.rs
sparse_table-0.1.1
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sparse_table 0.1.1
SparseTable Struct
Crate
Source
Builds
Feature flags
Documentation
Coverage
0%
0
out of
5
items documented
0
out of
4
items with examples
Links
Homepage
DawnMagnet/SparseTable
1
0
0
crates.io
Dependencies
—
Versions
0.1.2
(2022-08-16)
0.1.1
(2022-08-16)
0.1.0
(2022-08-16)
Owners
使用Rust实现的ST表(Sparse Table)
English Version
ST表是一类高效的数组结构,在利用O(n*log2(n))的时间建完索引后,就可以使用O(1)的时间查询区间最大值/最小值/最大公约数等。是一个非常高效的数据结构。