Sunday, March 3, 2013

Algorithms for Interviews

Algorithms for Interviews (AFI) aims to help engineers interviewing for Software-development positions. The Primary focus of this book is Algorithm Design. The entire book is presented through problems interspersed with discussions. The problem covers key concepts and are well-motivated, challenging and fun to solve.
Interviews at most of large software companies focus more on algorithms, problem solving and design skills on specific domain knowledge. We don't emphasize on platforms and programming languages, since they differ across jobs.
It covers core material, such as searching and sorting; general design principles, such as graph modeling and dynamic programming ; advanced topics such as strings, parallelism and intractability. It also covers system design, problem solving, and interviewing techniques. It consists of 174 solved algorithm design problems.

Download Link

No comments:

Post a Comment