Books Review

Data Structure in java 
by Robert Lafore


  • Easiest book of data structure in java.
  • Applet demonstration of every data structure.
  • Source Code is provided for each data structure and properly explained.


Introduction to Algorithms
by Charles E. Leiserson, Ronald L. Rivest, Clifford Stein

                                                                     
  • This book is one of the most popular books on algorithms.
  • Covers a wide range of data structures and algorithms.
  • Video lectures are available on MIT OPEN COURSE-WARE.
  • Algorithms are described in English and in pseudo-code for easy understanding.

Advertisement