Follow

oh. searching a space of independently sorted dimensions for a single target value has worst-case complexity that's entirely independent of the number of dimensions.

that is, assuming every observation gives you the direction towards target along every dimension, just do binary search independently for all of them. the worst-case complexity depends purely on the size of the biggest dimension. prob true wrt avg case too.

…everyone knows this already, say? in my defence, rediscovering>>reading.

"the worst-case complexity depends purely on the size of the biggest dimension"

that is, we're only considering the serial complexity; we're computing the slope for each dimension in parallel and counting that as one step.

Sign in to participate in the conversation
Mastodon

a Schelling point for those who seek one