Line 1: Line 1:
<html>
+
 
<script type="text/javascript">
 
google_ad_client = "ca-pub-1529295637495038";
 
/* gatecse */
 
google_ad_slot = "7029101319";
 
google_ad_width = 728;
 
google_ad_height = 90;
 
</script>
 
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
 
<!-- gatecse -->
 
<ins class="adsbygoogle"
 
    style="display:inline-block;width:728px;height:90px"
 
    data-ad-client="ca-pub-1529295637495038"
 
    data-ad-slot="7029101319"></ins>
 
<script>
 
(adsbygoogle = window.adsbygoogle || []).push({});
 
</script>
 
</html>
 
 
===Algorithms===
 
===Algorithms===
 
{| class="wikitable"
 
{| class="wikitable"
Line 56: Line 39:
 
|Very good book but English is bit high standard
 
|Very good book but English is bit high standard
 
|}
 
|}
 
+
===Operating Systems===
 
{| class="wikitable"
 
{| class="wikitable"
 
! Book
 
! Book
Line 66: Line 49:
 
|[http://www.flipkart.com/modern-operating-systems-3-e-english-3rd/p/itmdx5gwcf4jhvfj?pid=9788120339040&otracker=from-search&srno=t_1&query=operating+system+tannenbaum&ref=af85287a-4ed1-49a0-96a5-19218fc32145 Modern Operating Systems, Tanenbaum]
 
|[http://www.flipkart.com/modern-operating-systems-3-e-english-3rd/p/itmdx5gwcf4jhvfj?pid=9788120339040&otracker=from-search&srno=t_1&query=operating+system+tannenbaum&ref=af85287a-4ed1-49a0-96a5-19218fc32145 Modern Operating Systems, Tanenbaum]
 
|The Book , but if you read Galvin it is ok , read Tanenbaum for more Knowledge. It contains great number of problems. Also includes some of theory that is not included in Galvin’s book.
 
|The Book , but if you read Galvin it is ok , read Tanenbaum for more Knowledge. It contains great number of problems. Also includes some of theory that is not included in Galvin’s book.
 +
|}
 +
===Theory of Computation===
 +
{|class="wikitable"
 +
!Book
 +
!Description
 +
|-
 +
|[http://www.flipkart.com/introduction-formal-languages-automata-4th/p/itmdfjfnkvmpnabu?pid=9788173197819&otracker=from-search&srno=t_1&query=an+introduction+to+formal+languages+and+automata+by+peter+linz&ref=cb3b00d6-a770-43df-bc38-a038421d57e3 Peter Linz]
 +
| Most recommended one for GATE
 +
|}

Revision as of 19:18, 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

Operating Systems

Book Description
Operating System Concepts, Silberschatz, Galvin Very good for learning theory in OS. English is good to understand. Writing style is pretty easy and fun. Enough for GATE
Modern Operating Systems, Tanenbaum The Book , but if you read Galvin it is ok , read Tanenbaum for more Knowledge. It contains great number of problems. Also includes some of theory that is not included in Galvin’s book.

Theory of Computation

Book Description
Peter Linz Most recommended one for GATE

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 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
Book Description
Operating System Concepts, Silberschatz, Galvin Very good for learning theory in OS. English is good to understand. Writing style is pretty easy and fun. Enough for GATE
Modern Operating Systems, Tanenbaum The Book , but if you read Galvin it is ok , read Tanenbaum for more Knowledge. It contains great number of problems. Also includes some of theory that is not included in Galvin’s book.