in reply to Re^2: How do "you" make a tree in perl
in thread How do "you" make a tree in perl

(T)his is a little more esoteric then I was looking for ;-)

That shows good sense.

On the subject of heaps, it would be neat to see a ->heapify method of some sort, especially if you supported binomial and/or fibonacci heaps (which are algorithmically very cool). That wouldn't be very ::Simple, but it might be useful (and fun to implement).

--
F o x t r o t U n i f o r m
Found a typo in this node? /msg me
% man 3 strfry

Replies are listed 'Best First'.
Re^4: How do "you" make a tree in perl
by stvn (Monsignor) on Sep 29, 2004 at 15:14 UTC
    That wouldn't be very ::Simple, but it might be useful (and fun to implement).

    I think this is a perfect canidate for a Visitor object actually. If you care to contribute some code, I am always open to submissions :-)

    -stvn