Algorithms books

Hello,

i'm going to suggest some algorithms books and description with rating for everyone of them on goodreads .


1- Introduction to algorithms 3rd edition 

 - peusdo code you can use any language for it (used at MIT) , book include very very good topics       including dynamic programming
- pages : 1180
you can find review for this book at here

2- Algorithms 4 edition  by Robert Sedgewick 

- first two chapters introduction for java programming language just in case you don't have java background . then book start with basics and how to learn analysis running time big O also analysis space memory for your code including data structure such as stack , queue , heap , trees etc . i love applications using those algorithms in this book which coming from real live application into this book you can find review for this book at here

Hint :  Book exist at coursera for the following courses ( Algorithms | , Algorithms || )

3- The Algorithm Design Manual

 the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. 

you can find review for this book here 


4- The Art of computer programming

Volume of books describe and discuss most algorithms used those days 

you can find review for this books here  .

Well, that's it for now .

Comments

Popular Posts