Docs.rs
  • librualg-0.29.1
    • librualg 0.29.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • myduomilia
    • Dependencies
      • rand ^0.3 normal
    • Versions
    • 54.84% 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

librualg0.29.1

Crate Items

  • Structs
  • Traits
  • Functions

List of all items

Structs

  • binary_tree::BinaryTree
  • binary_tree::Node
  • bloom_filter::BloomFilter
  • combinatorics::Permutations
  • dsu::DSU
  • dsu::DSUNum
  • dsu::DSURef
  • graph::Graph
  • graph::GraphNum
  • graph::VertexNumProperties
  • graph::VertexProperties
  • huffman::Huffman
  • segment_tree::RmqMax
  • segment_tree::RmqMin
  • segment_tree::Rsq
  • sheduling::Job
  • sparse_table::SparseTableMax
  • sparse_table::SparseTableMin
  • string::Lcp
  • trie::Trie

Traits

  • segment_tree::SegmentTreeMax
  • segment_tree::SegmentTreeMin

Functions

  • binary_search::lower_bound
  • binary_search::upper_bound
  • math::gcd
  • math::is_simple
  • math::pow
  • math::pow_mod
  • sheduling::johnson_algorithm
  • string::aho_corasick
  • string::common_substring
  • string::distinct_substrings
  • string::hash
  • string::kmp
  • string::kmp_first
  • string::levenshtein_distance
  • string::minimum_string_period
  • string::suffix_array
  • string::z_function