Proposal for "PGraph"

» Metadata » Status
» Description

A simple Graph data structure manipulation software. Currently giving the user the ability to build graphs, traverse them (DFS and BFS) and finding a shortest path from one vertex to another.

» Dependencies » Links
  • PHP 5.0.0
  • PEAR Installer 1.7.1
» Timeline » Changelog
  • First Draft: 2013-02-13
  • Proposal: 2013-02-13
  • Call for Votes: 2013-02-27
  • Voting Extended: 2013-03-07
  • Vilius Zaikauskas
    [2013-02-27 04:36 UTC]

    • Reduced the version number to signify that it's still in an early stage.
    • Set the status to Alpha.
    • Create the composer.json file.