SwiftGraph v1.5.1 Release Notes
Release Date: 2017-10-12 // over 7 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()
- ๐ง Project reorganized to support testing on Linux, just run