D
D
Dmitry Falko2013-09-04 12:45:48
Programming
Dmitry Falko, 2013-09-04 12:45:48

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

7 answer(s)
S
skor, 2013-09-04
@lSDriim

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.

R
Rustam Safin, 2013-09-04
@snegovikufa

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

I
isxaker, 2013-09-04
@isxaker

Sedgwick R. - Fundamental Algorithms in C++ - 2001
A lot of interesting things here

M
master1312, 2013-09-05
@master1312

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)

A
akalenuk, 2013-09-05
@akalenuk

And also Meyers' Effective STL over Collins - it will turn out very well!

C
CodeitNow, 2015-12-10
@CodeitNow

Vereshchaka has interesting material on Algorithms and Structures .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question