Docs.rs
  • contest-algorithms-0.3.0
    • contest-algorithms 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • EbTech
    • Dependencies
    • Versions
    • 72.28% of the crate is documented
  • 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

contest_algorithms0.3.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • caching::Cacher
  • graph::AdjListIterator
  • graph::DisjointSets
  • graph::Graph
  • graph::connectivity::ConnectivityGraph
  • graph::flow::FlowGraph
  • graph::util::DfsIterator
  • math::num::Complex
  • math::num::Matrix
  • math::num::Modulo
  • math::num::Rational
  • order::PiecewiseLinearConvexFn
  • order::SparseIndex
  • range_query::dynamic_arq::DynamicArq
  • range_query::dynamic_arq::DynamicArqNode
  • range_query::sqrt_decomp::DistinctVals
  • range_query::static_arq::StaticArq
  • scanner::Scanner
  • scanner::UnsafeScanner
  • string_proc::Matcher
  • string_proc::MultiMatcher
  • string_proc::SuffixArray
  • string_proc::Trie

Enums

  • range_query::specs::AssignMin
  • range_query::specs::AssignSum
  • range_query::specs::SupplyDemand

Traits

  • math::fft::FFT
  • range_query::specs::ArqSpec
  • range_query::sqrt_decomp::MoState

Functions

  • math::canon_egcd
  • math::extended_gcd
  • math::factorize
  • math::fft::convolution
  • math::fft::dft_from_reals
  • math::fft::fft
  • math::fft::idft_to_reals
  • math::is_prime
  • math::num::fast_gcd
  • order::asserting_cmp
  • order::merge_sort
  • order::merge_sorted
  • order::slice_lower_bound
  • order::slice_upper_bound
  • range_query::dynamic_arq::first_negative
  • range_query::static_arq::first_negative
  • scanner::scanner_from_file
  • scanner::writer_to_file
  • string_proc::palindromes

Type Aliases

  • math::num::CommonField
  • range_query::dynamic_arq::ArqView

Constants

  • math::num::COMMON_PRIME
  • math::num::PI