The Dijkstra algorithm is also implemented for minimal cost route between two vertices. The project contains 2 auxiliary classes (Queue and Vertice). The Queue class is used during the Dijkstra ...
A graph editor (as in graph theory) written in JavaScript utilizing the canvas element. Originally written to be part of the Sage computer algebra system, now it is also a stand alone tool. The ...