Can you suggest a good book or other resource on graphs and graph algorithms? Something that will cover some basics but also advanced problems and algorithms.
|
|
Introductory Graph Theory is more of a math book than CS, but it helped me get through advanced algorithms. |
||
|
|
|
|
Data Structures and Network Algorithms By R. Tarjan. |
||
|
|
|
|
While not the best book for explaining graph algorithms, I found Programming Challenges to be of great use when actually trying my chops at some graph problems.
Here are some of the Graph Problems in it: Problems involving Graph Traversal:
Problems involving Graph Algorithms (Dijkstra's, Min Spanning Tree, etc):
I've done most of these problems as exercises preparing for ACM Programming Competitions and it certainly helped drive home the basic tenants of graph algorithms and their uses. |
||
|
|
|
|
Graph Theory by Reinhard Diestel (free PDF online) It's a book from the Springer series Graduate Texts in Mathematics, so it might be more of a theoretical nature than you wanted. Probably not the right place to if you just want to grab a couple of concepts and algorithms. But it is a comprehensive book on graph theory which will provide a good foundation. The first 30 pages cover the basics of graph theory, so you could limit your reading to those pages... |
||
|
|
|
|
Look for Graph Theory by Narsingh Deo. Its the one that I referred to. |
||
|
|
|
|
Graph Theory with Applications by Bondy and Murty (complete pdf book available for free) |
||
|
|
|
Robert Sedgewick's Algorithms in Java, Part 5 book covers Graphs. http://www.amazon.com/Algorithms-Java-Part-Graph-Pt-5/dp/0201361213 |
||
|
|

