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

I think that you and I tend to have somewhat similar ideas of "fun". However, this is a little more esoteric then I was looking for ;-)

-stvn

Replies are listed 'Best First'.
Re^3: How do "you" make a tree in perl
by FoxtrotUniform (Prior) on Sep 29, 2004 at 05:39 UTC
    (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

      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