Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/y1r/graph
- Owner: y1r
- License: mit
- Created: 2015-12-19T02:20:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T23:15:04.000Z (almost 9 years ago)
- Last Synced: 2023-08-07T21:23:54.962Z (over 1 year ago)
- Topics: algorithm, csharp, graph, visualization, wpf
- Language: C#
- Homepage:
- Size: 57.6 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)