in reply to Re^10: What makes an array sorted and a hash unsorted?
in thread What makes an array sorted and a hash unsorted?
And given knowledge of algorithm (use the source), and the current bucket size, (see the second element of scalar %hash), the ordering is knowable; therefore definable; therefore defined by the implementation(s).
Actually, you have overlooked the order of items on the linked list of a bucket that holds more than one entry.
- tye
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^12: What makes an array sorted and a hash unsorted? (nit)
by BrowserUk (Patriarch) on Jun 05, 2009 at 17:31 UTC |