|
Project Information
Featured
Downloads
Links
|
What's New?Finally the Project Wiki is finished! All the information on how to use the classes and the code has been added. Check it out to see some of the cool functionalities of the program. First revision, Graph Board v.1.01 is now available. OverviewThe main objective of graph_board is to build a library for visualizing and working with graphs, that can help prototyping and testing graph theory related algorithms and that can also be used with educational purposes. The library has two main components, a Graph class, that provides the structure to store and work with graphs, and a Graph Board class, to visualize the graphs and highlight certain properties (like cycles, paths, etc.). Additionally, the idea is to also start building a library of graph/network algorithms. graph_board is being developed in Pythion 2.6.2 using Tkinter as graphic module, and has only been tested in Windows Vista. DependenciesYou need to have numpy installed in order to run this program Current Graph Board Features
Current Implemented Algorithms
Give it a try and any feedback is appreciated. Have fun! rax |