From 8c5896f8c5c604275e5482bc3d00c8e910ae5e05 Mon Sep 17 00:00:00 2001 From: manishbhatt151 Date: Tue, 20 Nov 2018 19:13:20 +0530 Subject: [PATCH] Added link to a book on Algorithms (#22308) This is the of the programming language-independent text that helped establish computer algorithms as a discipline of computer science. The text incorporates the latest research and state-of-the-art applications, bringing this classic to the forefront of modern computer science education. A major strength of this text is its focus on design techniques rather than on individual algorithms. --- guide/english/book-recommendations/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/english/book-recommendations/index.md b/guide/english/book-recommendations/index.md index 83a3cf4805..59930256ee 100644 --- a/guide/english/book-recommendations/index.md +++ b/guide/english/book-recommendations/index.md @@ -14,6 +14,9 @@ title: Books to Read for Programmers - [Amazon Smile](https://smile.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/098478280X) - ISBN-13: 978-0984782802 +*Fundamentals of Computer Algorithms* by Ellis Horowitz, Sartaj Sahni and Sanguthevar Rajasekaran +- [Amazon](https://www.amazon.com/Fundamentals-Computer-Algorithms-Sanguthevar-Rajasekaran/dp/8173716129) +- ISBN-13: 978-8173716126 *Data Structures and Algorithms Made Easy: Data Structures and Algorithmic Puzzles* - [Amazon Smile](https://smile.amazon.com/Data-Structures-Algorithms-Made-Easy/dp/819324527X)