Live data from Hacker News

Ask HN: Graph theory books?

news.ycombinator.com

1–6 of 6 posts

Ask HN: Graph theory books?

#1
Hi all, i searched on google and can't seem to find this discussed before.

Does anyone know of a great book to self study graph theory? I studied it in school a while ago, but now i realized that graph theory is very important to algorithms.

Thanks a lot for any suggestions!

Jason

Re: Ask HN: Graph theory books?

#3
post #2

You should try 'Algorithms in C++ Part 5: Graph Algorithms (3rd Edition)' i had lots of fun with that one :). note: fun == countless nights solving problems :P note2: link to the book http://www.amazon.com/Algorithms-Part-Graph-3rd-Pt-5/dp/0201...

Seconded; another great source is Skiena, Algorithm Design Manual.