SwiftGraph v1.4.0 Release Notes

Release Date: 2017-05-31 // almost 7 years ago
    • ➕ Added a Minimum Spanning Tree Fuction mst() based on Jarnik's Algorithm (aka Prim's Algorithm)
    • Simplified Dijkstra's Algorithm implementation