1 / 4
Nov 2015

Can someone give me some detail explanation and sample problems how to solve with Binary Search the answers it seems a little bit blurry , I don't even have clue how the algorithms work , I know basic algorithm about binary search to find index number on array but still a little bit confuse about binary search the answer so I try to read some tutorial on https://www.topcoder.com/community/data-science/data-science-tutorials/binary-search/711 and still don't even have clue about it , please help. Thanks

  • created

    Nov '15
  • last reply

    Jan '21
  • 3

    replies

  • 5.5k

    views

  • 4

    users

  • 3

    links

If you know how to binary search an element in an ordered list, then that is all you need to know. The tricky part is looking at a problem and knowing that the answer involves an ordered list so that you can use a binary search. This just comes with practice.

It may be useful for you to ask specific questions about things you don't understand. That article is where I would usually point someone asking your questions.

5 years later