Skip to content

Instantly share code, notes, and snippets.

@zntfdr
Last active February 13, 2016 03:49
Show Gist options
  • Save zntfdr/4724ee910a4fb4596a7f to your computer and use it in GitHub Desktop.
Save zntfdr/4724ee910a4fb4596a7f to your computer and use it in GitHub Desktop.
struct Path {
let cumulativeWeight: Int
let lastNode: Node
let previousPath: Path?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment