fpiv_graph 0.1.0
fpiv_graph: ^0.1.0 copied to clipboard
A comprehensive, high-performance graph algorithms library for Dart, built for speed and reliability in professional and educational projects.
0.1.0 - 2025-08-20 #
add Graph algorithms #
πΈοΈ Graph Algorithms #
### Graph algorithms
- weighted_edge
- bfs
- dfs
- topological_sort
- connected_components
- cycle_detection
- bipartite_graph
- shortest_path
- dijkstra
- bellman_ford
- floyd_warshall
- mst_kruskal
- mst_prim
- kosaraju_scc
- articulation_points
- johnsons_algorithm
- dinics_algorithm
- eulerian_path
- hamiltonian_path
- chinese_postman
- stoer_wagner_min_cut
- transitive_closure
- graph_coloring
- spfa
- tarjans_scc
- bridge_finding
- tree_diameter
- hierholzer
- yens_algorithm
- union_find