Answer the question
In order to leave comments, you need to log in
Materials on algorithms and data structures
Recommend a book\article on algorithms and data structures, preferably linked to the STL .
Answer the question
In order to leave comments, you need to log in
William J. Collins
Data Structures and the Standard Template Library
This is what you need if you want to know STL algorithms and how they are implemented in one of the specific STL implementations. I myself bought this book when, at one of the interviews, I was convicted of not knowing the inner workings of some STL containers.
Right now there are 2 courses on algorithms on Coursera. Not C++, but you can learn a lot of material
class.coursera.org/algs4partI-003
class.coursera.org/algo2-002
Sedgwick R. - Fundamental Algorithms in C++ - 2001
A lot of interesting things here
Aho, Ullman - Data Structures and Algorithms.
The book is quite general, not tied to the STL, and to any particular language, too, but at the same time it is quite simple to understand.
Well, you should not forget about Knut (Knut D. - The Art of Programming)
And also Meyers' Effective STL over Collins - it will turn out very well!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question