Skip to content

wokalski/Graph.swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Graph.swift Build Status codecov.io

Whether we realise it or not, graph problems sometimes occur in our day to day job. Implementing detailed algorithms from scratch every time I need them is not what I want.

This micro framework aims to implement graph algorithms in a way that they are no pain to use. I wrote about the motivation behind the protocol based approach here.

##Getting started

Check out Graph.playground, or browse through the documentation.

##Installation Carthage

github "wokalski/Graph.swift"

##License Check out LICENSE file.

About

Graph Algorithms you can apply to your types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published