Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Best Rebol DataStructures

From: info::id-net::ch at: 4-Jan-1980 9:21

What is the algorithm behind FIND and SELECT... all the DB is researched (then break) or is it a dichotomic selection (first a sort then a division of the DB by 2 until find the element) ???