Need Help in Binary search over Data Structures

Revision en1, by kkdrummer, 2020-07-03 17:54:59

In the editorial of problem:1237D - Сбалансированный плейлист i read terms like:

'binary search over segment tree in O(nlog2n), binary search over sparse table in O(nlogn), binary search over stack in O(nlogn)'

Are these general concepts(like BIT or segment tree) or only specific for this problem? If former , then Anyone who knows these concepts well , kindly explain.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English kkdrummer 2020-07-03 17:54:59 418 Initial revision (published)