Which is best book for data structures?



Which is best book for data structures?..

Answer / Navneet Sonkar

One of the best books for learning Data Structures is "Introduction to Algorithms" by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Which is better merge sort or quick sort?

1 Answers  


What are the advantages of merge sort?

1 Answers  


What is the similarity between a Structure, Union and enumeration?

1 Answers  


How many types of lists are there?

1 Answers  


What is data structure and its types?

1 Answers  


There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?

1 Answers   DELL,


Which list does not allow duplicates?

1 Answers  


What are red-black trees?

1 Answers  


What is java priority queue?

1 Answers  


How to check array contains value or not?

1 Answers  


Can we null keys in treemap?

1 Answers  


Are linked lists considered linear or non-linear data structure?

1 Answers  


Categories