3. Data Structures - STL
H.M. Deitel, P.J. Deitel, C++
How to Program, International
4th ed. , Prentice Hall, 2003.
Standard Template Library: slides (PPT)
-- Introduction in STL - containers, iterators,
algorithms.
-- Sequence Containers - vector,
list, deque: examples
(cpp)
-- Associative Containers - set,
multiset,
map, multimap: examples (cpp)
-- Container Adapters - stack,queue and priority queue: examples
(cpp)
-- Алгоритми: examples (cpp)
-- Функционални класове.
Problem - solution
Cay Horstmann, Computing Concepts with
C++ Essentials, Third Edition, John Wiley & Sons, 2003.
Chapter 16: An
Introduction to Data Structures [bg]
Examples: list; stack and queue; set and multiset; map and multimap