News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Building a adjacency matrix of a graph
February 17, 2012 @ 09:19:12

Building on the graphing tutorial in his last post Sameer continues on looking at graphs in PHP with this new post showing how to create an "agency matrix" of a currently built graph.

Building a graph is not enough; we also need the ability to search through it. To make it easier to build search algorithms, it is useful if we can represent the graph and its connections in a different way; adjacency matrix being one such representation. An adjacency matrix is a means of representing which vertices (or nodes) of a graph are adjacent to which other vertices.

He includes some sample code to extract the data from a graph (built with the PEAR Structures_Graph package) and create a basic "table" of information about each nodes' connections.

0 comments voice your opinion now!
agency matrix tutorial graph structuregraph pear


blog comments powered by Disqus

Similar Posts

HowTo Forge: Intrusion Detection For PHP Applications With PHPIDS

Silver Lining Blog: How to Enable XDebug in Windows Azure Web Sites

Web Development Blog: Sending e-mails via SMTP with PHPmailer and Gmail

Tibo Beijen's Blog: Zend_Form: Building dynamic forms

Peter Goodman's Blog: Observers and Dispatchers


Community Events











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


conference symfony2 framework unittest development phpunit language podcast introduction series zendframework2 interview rest database release testing opinion community usergroup functional

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