logo

Quotes About Breadth-first

Our strategy is very horizontal. We're trying to build a social layer for everything. Basically, we're trying to make it so that every app everywhere can be social, whether it's on the web or mobile or other devices. So inherently, our whole approach has to be a breadth-first approach rather than a depth-first one.
~ Mark Zuckerberg
In new-style classes (optional in 2.X and standard in 3.X), the attribute search is usually as before, but in diamond patterns proceeds across by tree levels before moving up, in a more breadth-first fashion. This order is usually called the new-style MRO, for method resolution order, though it's used for all attributes, not just methods.
~ Unknown