News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Building a Graph data structure in PHP
February 15, 2012 @ 09:35:15

In the latest post to his blog Sameer Borate takes a look at using the Structures_Graph package from PEAR to create data structures in PHP with linked nodes for directed and undirected graphs.

The Pear Structures_Graph package allows creating and manipulating graph data structures. It allows building of either directed or undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing as well as for characteristic extraction from the graph topology.

After sharing the one-line install, he shows how to create some instances of the package's Nodes and how to connect them to a graph and link them to other nodes. He includes a few examples - a simpler one with multiple nodes joined in a directed graph, another showing how to associate data with a node and how to query the graph for node connections and testing to see if the graph is acyclic.

0 comments voice your opinion now!
graph node structure structuregraph pear package tutorial


blog comments powered by Disqus

Similar Posts

Chris Jones: Adding DTrace Probes to PHP Extensions

Stoyan Stefanov's Blog: Image_Text 0.6 beta is out

DevShed: Handling Entries for a Blogger Built with PHP

IBM developerWorks: Five common PHP design patterns

Pierre-Alain Joye's Blog: Zip 1.8.5, small bug fixes release


Community Events











Don't see your event here?
Let us know!


functional phpunit development unittest testing release application podcast tool example object series introduction opinion framework zendframework2 language code community interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework