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 |
Which is better merge sort or quick sort?
What are the advantages of merge sort?
What is the similarity between a Structure, Union and enumeration?
How many types of lists are there?
What is data structure and its types?
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?
Which list does not allow duplicates?
What are red-black trees?
What is java priority queue?
How to check array contains value or not?
Can we null keys in treemap?
Are linked lists considered linear or non-linear data structure?