kevmoo / graph

Directed graph data structure in Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Data structure representing a directed graph.

Under heavy development.

Features:

  • Serialization to/from JSON.
  • Easy traversal of all connected pairs.
  • Supports multiple directed edges between nodes with attached data.

About

Directed graph data structure in Dart

License:MIT License


Languages

Language:Dart 100.0%