1 مستودع
Algorithms for locating specific structural patterns such as cliques, bridge edges, and isomorphisms.
Distinct from Graph Community Detection: Detects specific structural graph patterns (cliques, bridges) rather than identifying community clusters.
Explore 1 awesome GitHub repository matching data & databases · Graph Pattern Detection. Refine with filters or upvote what's useful.
petgraph is a graph data structure library for the Rust programming language. It provides a collection of tools for representing and manipulating graphs, functioning as a network analysis tool and a comprehensive graph algorithm suite. The library integrates with Graphviz DOT for importing, exporting, and parsing graph data to facilitate visualization. It distinguishes itself by offering specialized network analysis capabilities, such as the detection of cliques, bridge edges, articulation points, and subgraph isomorphisms. Its computational surface covers a wide range of algorithms, includi
Locates cliques, bridge edges, articulation points, and subgraph isomorphisms within a network.