Line 42: Line 42:
 
|-
 
|-
 
| [http://www.flipkart.com/database-systems-models-languages-design-application-programming-models-languages-design-english-6th/p/itmdgt9kundwyaxr?pid=9788131792476&otracker=latest-item Database Systems, Elmasri, Navathe]
 
| [http://www.flipkart.com/database-systems-models-languages-design-application-programming-models-languages-design-english-6th/p/itmdgt9kundwyaxr?pid=9788131792476&otracker=latest-item Database Systems, Elmasri, Navathe]
| g
+
| Covers entire GATE syllabus and especially good for file structures and normalization
 
|-
 
|-
|  
+
| [http://www.flipkart.com/database-systems-practical-approach-design-implementation-management-english-4th/p/itmdwrb2tzvhh956?pid=9788131720257&icmpid=reco_pp_same_book_book_4&ppid=9788177585568 Database Systems, Connolly, Begg]
|  
+
| Covers entire GATE syllabus and is easy to understand.
 
|-
 
|-
|  
+
| [http://www.flipkart.com/database-management-systems-english-3rd/p/itmdy5c3mgcb78dt?pid=9789339213114&otracker=from-search&srno=t_1&query=database+ragu&ref=8b7451f0-6450-457d-8d91-19eb6d44584a Database Management Systems, Raghu Ramakrishnan]
|  
+
| Another very good book especially for  Transaction management and Normalization.
 +
�|-
 +
|[http://www.flipkart.com/database-system-complete-book-english-1st/p/itmdytst2qhzfgaa Database System, Widom, Ullman, Garcia-Molina]
 +
|Another very good book.
 +
|-
 +
|[http://www.flipkart.com/database-system-concepts-6e-english-6th/p/itmdx5hyjtjjud7b?pid=9789332901384&otracker=from-search&srno=t_1&query=database+silbershatz&ref=46fc387d-8cd6-4a89-975e-5bc84090dfe Database System Concepts, Silberschatz]
 +
|Very good book but English is bit high standard�
 
|}
 
|}

Revision as of 18:44, 3 October 2014

Algorithms

Book Description
Introduction to Algorithms, C.L.R.S. Cormen covers entire GATE syllabus (and much more) in Algorithms as well as Data Structures. Language is simple for most part but some mathematics is required to understand the analysis parts. (This book is only for learning algorithms and theory of data structures and there is no sample programs given in it)
Fundamentals of Computer Algorithms, Rajasekaran, Sahni, Horowitz This book is Mini version of Cormen’s book , this cover almost everything with short discussions ,which is written in Cormen with more pages.

Use this book along with NPTEL lecture of Professor Naveen Garg . Actually if u see prof Garg’s Nptel upon DS you will find slides are taken from this book. Slides are available online in the following link:

http://ww3.algorithmdesign.net/handouts/

Design & Analysis of Computer Algorithms, Aho, Hopcroft, Ullman Another classic book for algorithms.

Databases

Book Desciption
Database Systems, Elmasri, Navathe Covers entire GATE syllabus and especially good for file structures and normalization
Database Systems, Connolly, Begg Covers entire GATE syllabus and is easy to understand.
Database Management Systems, Raghu Ramakrishnan Another very good book especially for Transaction management and Normalization.

�|-

Database System, Widom, Ullman, Garcia-Molina Another very good book.
Database System Concepts, Silberschatz Very good book but English is bit high standard�

Algorithms[edit]

Book Description
Introduction to Algorithms, C.L.R.S. Cormen covers entire GATE syllabus (and much more) in Algorithms as well as Data Structures. Language is simple for most part but some mathematics is required to understand the analysis parts. (This book is only for learning algorithms and theory of data structures and there is no sample programs given in it)
Fundamentals of Computer Algorithms, Rajasekaran, Sahni, Horowitz This book is Mini version of Cormen’s book , this cover almost everything with short discussions ,which is written in Cormen with more pages.

Use this book along with NPTEL lecture of Professor Naveen Garg . Actually if u see prof Garg’s Nptel upon DS you will find slides are taken from this book. Slides are available online in the following link:

http://ww3.algorithmdesign.net/handouts/

Design & Analysis of Computer Algorithms, Aho, Hopcroft, Ullman Another classic book for algorithms.

Databases[edit]

Book Desciption
Database Systems, Elmasri, Navathe g