Steve Wampler wrote: > Uh, I guess I'm confused. What's broken in the deepcopy() in the book?
To partially answer my own question, having just read the paragraph following the code: one thing it doesn't handle properly are self-referential structures (e.g. cyclic graphs). Nor does it correctly handle multi-linked structures (e.g. acyclic graphs with shared nodes). Both of those could be handled with the same mechanism (based on code from the Icon book). Anything else wrong? -- Steve Wampler -- [EMAIL PROTECTED] The gods that smiled on your birth are now laughing out loud. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Unicon-group mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unicon-group
