Besides Introduction to Algorithms by Thomas H. Cormen http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=An+introduction+to+Algorithm, could anyone suggest me some other good books on Graph algorithm in particular? Thanks in advance.
Steven S. Skiena is also a good book…
1 Like
- Algorithm Design - Jon Kleinberg and Eva Tardos [My favourite]
This book takes a design approach unlike the other standard texts, and takes you through the whole process of coming up with the algorithm. It makes the algorithm design come very naturally to you. I really liked its presentation of Graph Algorithms, Networks flows is treated extensively in this book.
The exercises in this book are also quite challenging and interesting.
-
Algorithm Design: Foundation, Analysis and Internet examples - Michael T Goodrich and Roberto Tammassia
1 Like
Thanks a lot. The Jeff’s link is really helpful
1 Like