in reply to Re: Recursively traverse two data structures and test for match
in thread Recursively traverse two data structures and test for match
I didn't see you testing for cycles. Any self referential structure is going to cause your code to stop in an infinite loop.
In Section
Snippets Section