Recursive Iteration
-
Today I'm banging my head against PHP, and came across this little gem... "The RecursiveIteratorIterator recursively iterates over recursive iterators..." Two Queations: 1) Is there a RecursiveIteratorIteratorIterator class that recursively iterates over recursive iterators in recurstive iterators? 2) Could my previous question have been written more succinctly using recursive iteration?
-
Today I'm banging my head against PHP, and came across this little gem... "The RecursiveIteratorIterator recursively iterates over recursive iterators..." Two Queations: 1) Is there a RecursiveIteratorIteratorIterator class that recursively iterates over recursive iterators in recurstive iterators? 2) Could my previous question have been written more succinctly using recursive iteration?
For the documentation of the RecursiveIteratorIterator please see the documentation of the RecursiveIteratorIterator[^].
Best, Sander arrgh.js - Bringing LINQ to JavaScript SQL Server for C# Developers Succinctly Object-Oriented Programming in C# Succinctly
-
For the documentation of the RecursiveIteratorIterator please see the documentation of the RecursiveIteratorIterator[^].
Best, Sander arrgh.js - Bringing LINQ to JavaScript SQL Server for C# Developers Succinctly Object-Oriented Programming in C# Succinctly
Nice touch... ;)
-
Today I'm banging my head against PHP, and came across this little gem... "The RecursiveIteratorIterator recursively iterates over recursive iterators..." Two Queations: 1) Is there a RecursiveIteratorIteratorIterator class that recursively iterates over recursive iterators in recurstive iterators? 2) Could my previous question have been written more succinctly using recursive iteration?
-
Today I'm banging my head against PHP, and came across this little gem... "The RecursiveIteratorIterator recursively iterates over recursive iterators..." Two Queations: 1) Is there a RecursiveIteratorIteratorIterator class that recursively iterates over recursive iterators in recurstive iterators? 2) Could my previous question have been written more succinctly using recursive iteration?
Somewhat akin to flying in ever decreasing concentric circles?
Arguing with a woman is like reading the Software License Agreement. In the end, you ignore everything and click "I agree". Anonymous
-
Today I'm banging my head against PHP, and came across this little gem... "The RecursiveIteratorIterator recursively iterates over recursive iterators..." Two Queations: 1) Is there a RecursiveIteratorIteratorIterator class that recursively iterates over recursive iterators in recurstive iterators? 2) Could my previous question have been written more succinctly using recursive iteration?
How much recursive iteration could a recursive iterator iterate if a recursive iterator could iterate recursively? ;) Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
How much recursive iteration could a recursive iterator iterate if a recursive iterator could iterate recursively? ;) Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
There's a joke in there somewhere about the size of his stack, but thankfully it escapes me... ;)
-
How much recursive iteration could a recursive iterator iterate if a recursive iterator could iterate recursively? ;) Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
0x01AA wrote:
Plagarized:
But of course. What do you think was my source of inspiration? ;) Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
Today I'm banging my head against PHP, and came across this little gem... "The RecursiveIteratorIterator recursively iterates over recursive iterators..." Two Queations: 1) Is there a RecursiveIteratorIteratorIterator class that recursively iterates over recursive iterators in recurstive iterators? 2) Could my previous question have been written more succinctly using recursive iteration?
My guess would be that it inherits from a RecursiveIterator, so you could then use one RecursiveIteratorIterator to iterate over a second RecursiveIteratorIterator (recursively, of course).
Cheers, Mick ------------------------------------------------ A programmer is a person who always checks both ways when crossing a one-way street.
-
Today I'm banging my head against PHP, and came across this little gem... "The RecursiveIteratorIterator recursively iterates over recursive iterators..." Two Queations: 1) Is there a RecursiveIteratorIteratorIterator class that recursively iterates over recursive iterators in recurstive iterators? 2) Could my previous question have been written more succinctly using recursive iteration?