14 Dec
2005
14 Dec
'05
10:24 p.m.
Martin Erwig wrote:
For discrete value domains, you might also want to take a look at:
http://eecs.oregonstate.edu/~erwig/diet/ http://eecs.oregonstate.edu/~erwig/papers/abstracts.html#JFP98
Thanks. I did actually consider using a tree structure instead of a list. However trees don't cope with infinite lists, and I do particularly want infinite lists of ranges. (Short pause for someone to point out that Wyzchyvski Heaps can process infinite lists in O(1) time). Paul.