Offline Algorithms
Everything on SkillVeris tagged Offline Algorithms — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What are Online Algorithms?
An online algorithm processes its input piece by piece in the order it arrives, committing to each decision immediately without knowledge of future input, in c…
What is Mo's Algorithm?
Mo's algorithm answers many offline range queries on a static array efficiently by sorting queries into blocks of size sqrt(n) and moving a sliding [L, R] wind…