Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: group based array sort

by bageler (Hermit)
on Feb 19, 2004 at 21:52 UTC ( [id://330372]=note: print w/replies, xml ) Need Help??


in reply to Re: group based array sort
in thread group based array sort

that's good and fine if the data came in the sorted tree order, which it doesn't in my situation. :-) think like pulling from a database, where the order is unknown and i'm not allowed to do ORDER BY in my sql.

Replies are listed 'Best First'.
Re: Re: Re: group based array sort
by Limbic~Region (Chancellor) on Feb 19, 2004 at 22:59 UTC
    bageler,
    While I really think using Sort::Tree is probably the best option, here is a purely iterative solution. It has the following requirements:
  • IDs will always be numerical
  • Root level nodes will always have a parent of 0
  • Probably a few others Cheers - L~R
      thanks! I'll give them both a shot.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-24 12:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found