• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Algorithmics Text

Joined
8/17/10
Messages
12
Points
11
I will be auditing a graduate level course this fall in algorithms (optimization, graph theory etc in C++).

The recommended text by the professor is: Fundamentals of Algorithmics by Brassard.

This book has received awful reviews on amazon, and was hoping someone on here may be able to point out some texts that are better references.

[edit]

Any thoughts on: Introduction to Algorithms, Third Edition

[/edit]


Thank you in advance.
 
I would stick with the book recommended by your ppofessor even though I've never read "Foundations of Algorithms" by Brassard.If you are looking for extra information there are 2 books in alogrithms that are must have in my opinion:

1. "Introductions to Algorithms" by Cormen (you've mentioned below)

2. "Data Structures and Algorithms" by Aho (in pseudo code and is not focused on any language but content is great)

I've also heard good reviews about "Bundle of Algorithms in C++" by Sedgewick but never had a time to look it.
 
Andy and KaiRu,

Thank you both for the input. Intro to Algorithms seems like a better choice for a shelf reference I would like to have on hand even after the course has ended.

Just found a copy for relatively inexpensive.

Thank you again
 
2. " Data Structures and Algorithms" by Aho (in pseudo code and is not focused on any language but content is great)

this is the "bible" (or used to be).
 
Back
Top