Photo Gallery

C++ STL numeric - adjacent_difference | Modern Cpp Series Ep. 180
C++ STL numeric - inner_product (map reduce)| Modern Cpp Series Ep. 182
C++ STL numeric - std::lerp | Modern Cpp Series Ep. 178
C++ STL numeric - partial_sum | Modern Cpp Series Ep. 181
C++ STL numeric - reduce (parallel fold) | Modern Cpp Series Ep. 184
STL std::string_view and when to use it versus std::string | Modern Cpp Series Ep. 113
C++ STL numeric - std::accumulate (fold) | Modern Cpp Series Ep. 183
C++ STL numeric - transform_reduce | Modern Cpp Series Ep. 185
C++ STL numeric - exclusive_scan, inclusive_scan | Modern Cpp Series Ep. 186
C++ STL std::stack (a container adaptor) | Modern Cpp Series Ep. 131
C++ STL numeric - std::midpoint -- Interview Question! | Modern Cpp Series Ep. 177
C++ Vs Python