# GraphToolsApp **Repository Path**: JohnWangTongZhen/GraphToolsApp ## Basic Information - **Project Name**: GraphToolsApp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-07 - **Last Updated**: 2023-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Small graph tools application - Greedy graph coloring test application (adapted example from the book 'Data structures and algorithms', Aho, Hopkroft, Ullman) - Compute shortest path between two vertices using Bellman Ford algorithm (https://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm http://e-maxx.ru/algo/ford_bellman)