A Graph Data Structure in Pure Swift
swift
data-structure
graph
graph-algorithms
topological-sort
breadth-first-search
depth-first-search
dijkstra-algorithm
prims-algorithm
-
Updated
Mar 27, 2020 - Swift
This algorithm is simple and it would be a nice addition to a collection algorithms your library provides
Documentation and sample Python code can be found here
https://www.geeksforgeeks.org/articulation-points-or-cut-vertices-in-a-graph/