SwiftGraph v1.5.1 Release Notes

Release Date: 2017-10-12 // over 6 years ago
    • ๐Ÿง Project reorganized to support testing on Linux, just run swift test
    • ๐Ÿ’… Package.swift updated for Swift 4 package management style
    • โž• Added detectCyles() which uses the Liu/Wang algorithm for detecting cycles up to any length in a graph
    • โž• Added a couple unit tests for testing detectCycles()