Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Standardized Interface Design for Search tree

by educated_foo (Vicar)
on Jun 25, 2002 at 15:28 UTC ( [id://177109]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $x->range($a, $b)
            Return all elements $i in $x such that $a <= $i < $b. If $a is
            undef, treat it as less than all elements in $x. If $b is unde
    +f,
            treat it as greater than all elements in $x.
    
  2. or download this
    @foo = grep { something } $x->range($a, $b)
    $y->insert($x->range($a, $b))
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 05:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found