Jump to content

Paul P.

Member
  • Posts

    15
  • Joined

  • Last visited

Reputation Activity

  1. Agree
    Paul P. got a reaction from geo3 in Binary Search in Javascript   
    If the array is not sorted by default, sorting it then using binary search is less effective than actually iterating over each element and checking if it's the one you are looking for.
  2. Informative
    Paul P. got a reaction from mrchow19910319 in Binary Search in Javascript   
    If the array is not sorted by default, sorting it then using binary search is less effective than actually iterating over each element and checking if it's the one you are looking for.
  3. Agree
    Paul P. got a reaction from Mira Yurizaki in Binary Search in Javascript   
    If the array is not sorted by default, sorting it then using binary search is less effective than actually iterating over each element and checking if it's the one you are looking for.
×