[REBOL] [REBOL.org] Recent changes

This is an automatic email from REBOL.org, the REBOL Script Library to notify 
you of recent changes to the Library.

=======changes=======
binary-search.r
--change: updated script -- better rounding when finding mid
--title: Binary Search
--owners: tomc
--author: Tom Conlin
--purpose: Find an index in a sorted list, at which an item must occur,
if the item exists in the list.
in time porportional to log-2 of the number of items in the list.
NOTE WELL no effort is made to confirm the series is actually sorted.
returns none if the input [...]
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=binary-search.r


=======additional information=======
new and updated scripts: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/search.r?special-filter=recent

=======end=======
--The Library People
--5-Nov-2007

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to