速報APP / 教育 / Graphs

Graphs

價格:免費

更新日期:2018-04-24

檔案大小:1.5M

目前版本:1.0

版本需求:Android 4.1 以上版本

官方網站:mailto:gulfislandsystems@outlook.com

Graphs(圖1)-速報App

This application demonstrates various graph algorithms as described in the book "Algorithms" by Robert Sedgewick and Kevin Wayne. Algorithms included are:

- Depth First Paths

- Breadth First Paths

Graphs(圖2)-速報App

- Connected Components

- Cycle

- Two Color

Graphs(圖3)-速報App

- Symbol Graph

- Degrees of Separation

- Directed Depth First Search

Graphs(圖4)-速報App

- Directed Cycle

- Depth First Ordering

- Topological Ordering

Graphs(圖5)-速報App

- Kosaraju Strongly Connected Components

- Prim Minimum Spanning Tree

- Kruskal Minimum Spanning Tree

Graphs(圖6)-速報App

- Dijkstra Shortest Paths

- Acyclic Shortest Paths

- Bellman Ford Shortest Paths

Graphs(圖7)-速報App

To add a vertex to a graph, tap on the screen. To add an edge to a graph, tap on the start vertex and then tap on the end vertex. For path finding algorithms, long press on the start vertex and then long press on the end vertex to find the path.

Graphs(圖8)-速報App