Iterator python
1 min readJan 24, 2020
Iterators are widely used in python. It seems modern C++ is also using iterators to improve efficiency.
A good introduction about iterator can be found here.
A good application of using iterator can be found from the post below.