$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Looking for a book on graph algorithms
From: Raymond Wan (rwan_at_[hidden])
Date: 2009-01-26 23:32:24
Hi Roger,
Roger House wrote:
> Thanks to everyone who replied to my request for pointers to books,
> etc., on graph algorithms.
> I now have several books on order.
Sorry, I got into the discussion late, but one book that hasn't been mentioned is Sedgewick's Algorithms in C++ Part 5: Graph Algorithms. I actually have the C version and expect the C++ version to look very similar to the C version...however, I do prefer CLRS over this one...
Ray