Binary search takes cube root n time

Правка en1, от sammyMaX, 2020-01-21 04:38:53

If you're interested in learning more about CPU hardware details and how they affect program performance, read my blog post here on how memory latency impacts binary search and causes an $$$O(\sqrt[3]{n})$$$ runtime.

Enjoy!

Теги #binary search

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский sammyMaX 2020-01-21 04:38:53 292 Initial revision (published)