standard-library-in-x
Notes and readings for STL workshop
View on GitHub
C++ STL
Index
Introduction
What are templates?
Containers
Vectors
Iterators
Sets
Unordered Sets
Multiset
Maps
Unordered Maps
Multimap
Pairs & Tuples
Queue
Priority Queue
Stack
Bitset
In-built functions
next_permutation()
max_element()
min_element()
binary_search()
lower_bound()
upper_bound()
sort()
reverse()
set_union()
set_intersection()
set_difference()
max() & min()
is_sorted()
Solutions to problem
Second Year Pains-KJCP02
Sorting Tool-KJCPR
Snake Eat-SNAKEEAT
Ipc Trainers-IPCTRAIN
Chef Subseq-CHEFCODE