<div class="gmail_quote">On Fri, Jan 23, 2009 at 10:15 AM, Roger House <span dir="ltr">&lt;<a href="mailto:rhouse@sonic.net">rhouse@sonic.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m looking for a good book on graph algorithms, perhaps something a bit different than the usual introductory book.<br>
For example, I would like an algorithm for finding all paths from vertex v to vertex u, not necessarily the shortest<br>
one or the longest one. &nbsp;Also, algorithms for determining the girth, diameter, and other properties of graphs are of<br>
interest. &nbsp;Or perhaps I should be looking at journal papers? &nbsp;Any pointers will be appreciated.</blockquote><div><br></div></div>I like _Algorithmic Graph Theory_ by Golumbic.&nbsp; <br><br>The CLRS, which someone else already mentioned also has a few graph algorithms.&nbsp; There are many others.<br>
<br>Jon<br>

