Thread: binary search
View Single Post
  #8 (permalink)  
Old 01-12-2008, 11:13 PM
afsina afsina is offline
Member
 
Join Date: Jan 2008
Posts: 24
afsina is on a distinguished road
By the way, leanring the internals of binary search algorithm is a very important thing, i strongly suggest understanding the way it works first (this is one of the favorite questions asked in job interviews even maybe by Google). But if you are developing an application that requires binary search, by all means use the built in Facilities in Java, like Arrays, Collections etc.
Reply With Quote