I V wrote:
> Incidentally, does python have a built-in to do a binary search on a
> sorted list? Obviously it's not too tricky to write one, but it would be
> nice if there was one implemented in C.

See the bisect module.

Kent
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to