DEV Community

Moya Richards
Moya Richards

Posted on

2

Binary Search - which camp are you in?

Which camp are you in?
What is your go-to starting values for a binary search range

n=maximum elements to search

Camp A -------> low = 1, high = n, mid= floor(low+high/2)

Camp B -------> low = 0, high = n-1, mid= floor(low+high/2)

Camp C -------> low = 0, high = n-1 , mid= floor(low+(high - low)/2)

https://www.facebook.com/groups/alljavascript/

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs