A helpful comment from a friend on Mastadon: "I think its important to highlight/motivate why iterators exists, not just how they work. They are a minimal interface to decouple a containers navigation and access. This means we can implement a generic algorithm once using iterators and it will work for many containers. This means we can have a rich library of algorithms." --@glloyd
Very well explained. I really admire your dedication and the time you put in those videos. You became my go to source of information in c++. Thanks lot for your help 🙏🙏🙏
A helpful comment from a friend on Mastadon:
"I think its important to highlight/motivate why iterators exists, not just how they work.
They are a minimal interface to decouple a containers navigation and access. This means we can implement a generic algorithm once using iterators and it will work for many containers.
This means we can have a rich library of algorithms." --@glloyd
made my understanding of Iterators better.
Thank You
So much information from one video! Thank you!
Glad it was helpful!
Very well explained. I really admire your dedication and the time you put in those videos. You became my go to source of information in c++. Thanks lot for your help 🙏🙏🙏
Great video! Covered everything nice and clean!
Glad it helped!
Very good job
Thank you! Cheers!