Re: bisect intersection

2008-05-05 Thread Gabriel Genellina
En Mon, 28 Apr 2008 13:50:13 -0300, Robert Bossy <[EMAIL PROTECTED]> escribió: > I stumbled into a sorted list intersection algorithm by Baeza-Yates > which I found quite elegant. For the lucky enough to have a springerlink > access, here's the citation: > http://dblp.uni-trier.de/rec/bibtex/conf/

bisect intersection

2008-04-28 Thread Robert Bossy
Hi, I stumbled into a sorted list intersection algorithm by Baeza-Yates which I found quite elegant. For the lucky enough to have a springerlink access, here's the citation: http://dblp.uni-trier.de/rec/bibtex/conf/cpm/Baeza-Yates04 I implemented this algorithm in python and I thought I could