Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: recursive creation of attached objects?

by Marshall (Canon)
on Sep 14, 2012 at 04:18 UTC ( [id://993632]=note: print w/replies, xml ) Need Help??


in reply to recursive creation of attached objects?

I'm trying to make a binary tree object which uses a recursively called new() method to create a tree n nodes deep

I would think that the basic interface is wrong. "new" should create a "virgin" tree. There should be another method to add leaves to this tree $bin_tree->add_leaf(...), perhaps? I would not use the "new" method for this purpose.

  • Comment on Re: recursive creation of attached objects?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://993632]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-19 11:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found