Re: Dependency Queue

2008-04-07 Thread Carl Banks
On Apr 7, 1:13 pm, "Terry Reedy" <[EMAIL PROTECTED]> wrote: > "Carl Banks" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > | I'm looking for any information about a certain kind of dynamic data > | structure. Not knowing if it has some well-known name that I could > | have Google

Re: Dependency Queue

2008-04-07 Thread Terry Reedy
"Carl Banks" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | I'm looking for any information about a certain kind of dynamic data | structure. Not knowing if it has some well-known name that I could | have Googled, I'll just call it a dependency queue. It's like a | priority queue

Re: Dependency Queue

2008-04-07 Thread Stefan Behnel
Carl Banks wrote: > I'm looking for any information about a certain kind of dynamic data > structure. Not knowing if it has some well-known name that I could > have Googled, I'll just call it a dependency queue. It's like a > priority queue except instead of a strict ordering of items by > priori