Implementing Python’s zip in C++ — Disclaimer To keep things neat and clean, I will be omitting the std namespace qualifier everywhere except where I can’t. The Iterator Pattern What a nifty (not so) little feature! In a nutshell, iterators enable us to hop between elements in a container, thus, separating code dealing with what to do to those elements…