-
C++ STL alg rotate
-
C++ STL alg all_of any_of none_of
-
C++ STL alg fill
-
C++ STL alg generate
-
Binary Search Tree
-
find min & max simultaneously
-
print content of STL containers
-
create list from vector
-
rbegin() & rend()
-
sort C++ STL vector<int>
-
C++ STL alg random_shuffle
-
sort C++ STL vector<Kid>
-
demo of STL list unique()
-
demo of STL list splice()
-
demo of C++ STL deque
-
word count with STL map & set
-
operator<< as a class mem or not
-
integral using function pointer
-
find root using function pointer
-
C++ function object class
-
C++ random numbers
-
C++ random numbers seeded
-
random engine and distribution
-
C++ function object integral
-
C++ function object negate
-
demo of C++ lambda
-
cmp func, func obj, lambda
-
demo of C++ lambda capture
-
demo of C++ STL for_each