Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in binary-search
How do I perform an (almost-)branch-less binary search on arbitrary sorted data?
Nov 22, 2025
c++
binary-search
branch-prediction
What Big-O equation describes my search?
Nov 21, 2025
big-o
binary-search
Implement binary search using the `Collections.binarySearch` signature
Nov 21, 2025
java
algorithm
generics
binary-search
Binary Search in a sorted array
Nov 19, 2025
algorithm
sorting
data-structures
binary-search
STL sorted vector find first element less than or equal to given value
Oct 29, 2025
c++
algorithm
vector
stl
binary-search
Does lower_bound() return the same result with reverse iterators of a vector in increasing order vs forward iterators of a vector in decreasing order?
Oct 29, 2025
c++
algorithm
binary-search
lower-bound
Why do we use mid = low + (high – low)/2; but not mid = (low/2) +(high /2)?
Oct 27, 2025
binary-search
Binary search of a Matrix
Oct 26, 2025
algorithm
matrix
binary-search
How to implement binary search in JavaScript [duplicate]
Oct 26, 2025
javascript
algorithm
binary-search
bisection
How is maximum key compare in binary search (1+log(n)) not log(n)?
Oct 25, 2025
java
arrays
algorithm
binary-search
logarithm
Find greater than X from list when X doesn't exist in list
Oct 20, 2025
java
list
binary-search
how is this algorithm counting all the unique integers?
Oct 17, 2025
c#
arrays
algorithm
binary-search
Binary Search in Go - why the heck is this incorrect
Oct 17, 2025
go
binary-search
Time complexity issues with multimap
Oct 16, 2025
c++
big-o
time-complexity
binary-search
multimap
Do time complexities differ between list and deque for Bisect/Insort?
Sep 19, 2025
python
python-3.x
algorithm
binary-search
treemap
Efficient algorithm to search for a target in a matrix given only the path it took?
Sep 15, 2025
algorithm
search
binary-search
Find if any number appears more than n/4 times in a sorted array
Sep 04, 2025
python
binary-search
sortedlist
Implementing an efficient binary search in Erlang
Mar 24, 2023
erlang
binary-search
Binary Search Middle Value Logic
Mar 08, 2023
algorithm
math
bit-manipulation
binary-search
integer-overflow
Hot and Cold Binary Search Game
Sep 03, 2025
algorithm
binary-search
Older Entries »