# Functional Programing

Building Map, Filter, and Reduce in C++ with Templates and Iterators

For funsies, let's implement JavaScript's Map(), Filter(), and Reduce() in C++.

Link