Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/y1r/graph

Graph Algorithms Visualizer
https://github.com/y1r/graph

algorithm csharp graph visualization wpf

Last synced: 2 days ago
JSON representation

Graph Algorithms Visualizer

Awesome Lists containing this project

README

        

# Graph Algorithms Visualizer
グラフアルゴリズムを可視化するソフトウェアです.

## 対応アルゴリズム
- Depth-First Search(深さ優先探索)
- Breadth-First Search(幅優先探索)
- Dijkstra(最短経路探索)
- Kruskal(最小全域木)

## ライセンス
MIT License [全文](LICENSE.txt)

## 使用ライブラリ
以下のライブラリを使用しています.

### [Prism](https://github.com/PrismLibrary/)
ライセンス: Apache License 2.0 [全文](LICENSE/Apache.txt)