Docs.rs
algorithms-edu-0.2.7
algorithms-edu 0.2.7
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
TianyiShi2001
Dependencies
disjoint-sets ^0.4.2
normal
kodama ^0.2.3
normal
lazy_static ^1.4.0
normal
num-traits ^0.2.14
normal
ordered-float ^2.0
normal
partial-min-max ^0.4.0
normal
priority-queue ^1.0
normal
rand ^0.7.3
normal
Versions
25.73%
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
Files
algorithms_edu
algo
geometry
angle_between_vectors.rs
geographical_coordinate.rs
tangent.rs
graph
minimum_spanning_tree
kruskal.rs
prim.rs
network_flow
dfs_capacity_scaling.rs
dinic.rs
edmonds_karp.rs
ford_fulkerson_dfs.rs
shortest_path
bellman_ford.rs
dijkstra.rs
floyd_warshall.rs
tree
center.rs
height.rs
isomorphism.rs
lca.rs
rooting.rs
sum.rs
bfs.rs
bipartite_check.rs
dfs.rs
eulerian_path.rs
minimum_spanning_tree.rs
network_flow.rs
shortest_path.rs
tarjan_scc.rs
topological_sort.rs
tree.rs
math
factorial.rs
gcd.rs
lcm.rs
log2.rs
misc
combinations.rs
permutations.rs
ml
clustering
hierarchical.rs
kmeans.rs
clustering.rs
geometry.rs
graph.rs
math.rs
misc.rs
ml.rs
data_structures
balanced_tree
avl_tree.rs
red_black_tree.rs
priority_queue
binary_heap.rs
balanced_tree.rs
bit.rs
heaparray.rs
priority_queue.rs
queue.rs
sparse_table.rs
union_find.rs
vector.rs
vector_int.rs
problems
backtracking
nqueens.rs
sudoku.rs
dp
edit_distance.rs
knapsack.rs
graph
tsp
brute_force.rs
dp.rs
reconstruct_string_from_lmers.rs
tsp.rs
misc
tower_of_hanoi.rs
network_flow
mice_and_owls.rs
backtracking.rs
dp.rs
graph.rs
misc.rs
network_flow.rs
algo.rs
data_structures.rs
lib.rs
problems.rs
algorithms_edu/
algo.rs
Settings
Help
Summary
1
pub mod
geometry;
2
pub mod
graph;
3
pub mod
math;
4
pub mod
misc;
5
pub mod
ml;