StackOverflow Questions for Tag: binary-search

Yung Venuz
Yung Venuz

Reputation: 1

Finding an element in the matrix with a least amount of steps

Score: 0

Views: 28

Answers: 0

Read More
kesarling
kesarling

Reputation: 2260

What is the idiomatic way to handle code duplication in match bindings for Result?

Score: 1

Views: 50

Answers: 2

Read More
Joth
Joth

Reputation: 165

Binary search in 2D array using custorm Comparator

Score: 2

Views: 379

Answers: 1

Read More
gsamaras
gsamaras

Reputation: 73424

Is there a Binary Search method in the C standard library?

Score: 10

Views: 9993

Answers: 2

Read More
May
May

Reputation: 25

Binary Search advanced template explain

Score: 2

Views: 712

Answers: 1

Read More
TheSoftwareJedi
TheSoftwareJedi

Reputation: 35236

Which is faster, Hash lookup or Binary search?

Score: 82

Views: 75506

Answers: 18

Read More
CSnewbie
CSnewbie

Reputation: 103

Finding the square root of a number by using binary search

Score: 1

Views: 5553

Answers: 5

Read More
Matt
Matt

Reputation: 501

Binary search for first occurrence of k

Score: 4

Views: 1681

Answers: 3

Read More
Drake
Drake

Reputation: 19

Generic binary search Java with Comparator and Comparable

Score: 0

Views: 60

Answers: 0

Read More
srm26
srm26

Reputation: 11

When are bisect_left(arr, x) and bisect_right(arr, x-1) equal?

Score: 1

Views: 52

Answers: 1

Read More
user788171
user788171

Reputation: 17553

no matching function for call to 'lower_bound' with newer gcc

Score: 3

Views: 3625

Answers: 1

Read More
Prasun
Prasun

Reputation: 109

How does this code manage to correctly find the peak element's array index using binary search on an unsorted array?

Score: 0

Views: 103

Answers: 2

Read More
Aya Noaman
Aya Noaman

Reputation: 377

What are the arguments of comp for lower_bound() in C++?

Score: -3

Views: 96

Answers: 2

Read More
Hispazn
Hispazn

Reputation: 103

Trying to make word search program in C

Score: -1

Views: 9381

Answers: 2

Read More
Piyush kag
Piyush kag

Reputation: 21

Use Java to implement a binary search algorithm to search for a specific element in an ordered array

Score: 1

Views: 4271

Answers: 5

Read More
NacDan
NacDan

Reputation: 71

Linear Search Python

Score: 1

Views: 13986

Answers: 8

Read More
Arun Suryan
Arun Suryan

Reputation: 1693

lower_bound() in C++

Score: 3

Views: 2954

Answers: 5

Read More
trevy berton
trevy berton

Reputation: 1

Binary search 704 leetcode calling a function in python 3

Score: 0

Views: 23

Answers: 0

Read More
Ersin Karaduman
Ersin Karaduman

Reputation: 11

How to accurately measure memory usage for iterative and recursive binary search algorithms in Java?

Score: 0

Views: 61

Answers: 0

Read More
Loers Antario
Loers Antario

Reputation: 1651

How to find the first smaller element than an integer X in a vector ? (c++)

Score: 7

Views: 17930

Answers: 6

Read More
PreviousPage 1Next