Any good books or websites for Datastructures in C++? !C;
Hello everyone!
I've been trying to grasp simple linked lists and queues conepts for the longest time! I don't even know if i spelled that 'queues' right, anyways....
The book i've been trying to comprehend is, Classic Datastructures in C++ by Tim. Budd, He seems to know what he's talking about but the only problem with him, he always uses Templates in his examples, and that just confuses the matter, I know in the long run i'll need to incorperate templates but right now I just want to learn the basics. I also need the book to show the examples in C++, by using Classes insteed of structs. I must be picky or just slow on learning :o
Thanks for listening :D
Re: Any good books or websites for Datastructures in C++? !C;
Basic Understanding of C++ language, there is a book for it:
Introduction of Programming Using C++ For Beginners or Kids
Data Structure and Algorithm in C++, the following is a good reference book:
Data Structures and Algorithms in C++