Book on Data Structures for beginners

AI Thread Summary
Undergraduate students studying Computer Science and Engineering often seek quality resources for understanding data structures and algorithms. Recommended books include "Introduction to Algorithms" by Cormen et al., which is a standard text for computer science students, and Robert Sedgewick's "Algorithms" series, known for its in-depth treatment of data structures and associated algorithms. For C programming, "Data Structures and Algorithms Made Easy" is suggested, while specific recommendations for C++ resources are less common. Additionally, numerous online resources, such as eternallyconfuzzled.com, provide accessible explanations and examples of various data structures, including linked lists and trees, often accompanied by C code.
Mandeep Deka
Messages
103
Reaction score
0
I am an undergraduate student studying Computer science and engineering (2nd yr). I have studied the basics of C programming and have started studying data structures. But I find it oddly difficult to get hold of a good book that explains basics and the algorithms used for various data structures.

It would be appreciated if you could suggest some good books on the same.

Thanks in advance!
 
Physics news on Phys.org
It depends on the level at which you want to study them. Cormen et al is still the standard text on data structures (and it really is great) but it's very much geared towards computer scientists. Robert Sedgewick has a great track record with his "Algorithms" series of books, all of which treat data structures in depth along with the algorithms that you'll want to use with them.

The other point to note is that there are countless resources on data structures on the net. eternallyconfuzzled.com has some particularly readable accounts of linked lists, trees, skiplists and so forth, with C code.
 
For the following four books, has anyone used them in a course or for self study? Compiler Construction Principles and Practice 1st Edition by Kenneth C Louden Programming Languages Principles and Practices 3rd Edition by Kenneth C Louden, and Kenneth A Lambert Programming Languages 2nd Edition by Allen B Tucker, Robert E Noonan Concepts of Programming Languages 9th Edition by Robert W Sebesta If yes to either, can you share your opinions about your personal experience using them. I...
Hi, I have notice that Ashcroft, Mermin and Wei worked at a revised edition of the original solid state physics book (here). The book, however, seems to be never available. I have also read that the reason is related to some disputes related to copyright. Do you have any further information about it? Did you have the opportunity to get your hands on this revised edition? I am really curious about it, also considering that I am planning to buy the book in the near future... Thanks!
I’ve heard that in some countries (for example, Argentina), the curriculum is structured differently from the typical American program. In the U.S., students usually take a general physics course first, then move on to a textbook like Griffiths, and only encounter Jackson at the graduate level. In contrast, in those countries students go through a general physics course (such as Resnick-Halliday) and then proceed directly to Jackson. If the slower, more gradual approach is considered...

Similar threads

Replies
2
Views
3K
Replies
1
Views
1K
Replies
7
Views
7K
Replies
4
Views
3K
Replies
2
Views
3K
Replies
14
Views
3K
Back
Top