hackingcpp / comments

Comments regarding hackingcpp.com
0 stars 0 forks source link

cpp/design/traversal_approaches #53

Open utterances-bot opened 4 months ago

utterances-bot commented 4 months ago

C++ Data Structure Traversal Approaches | hacking C++

A short overview of different data structure traversal approaches in C++ with a focus on higher order functions and custom iterators.

https://hackingcpp.com/cpp/design/traversal_approaches.html

JohannJo commented 4 months ago

Typo on one of the slides "Pairwise hierarchy traversal" (3rd level) "righ" should be "right"

JohannJo commented 4 months ago

On the last slide, why does the operator != always return true?