usaco-guide icon indicating copy to clipboard operation
usaco-guide copied to clipboard

CSES - New Roads Queries Solution

Open Oz121 opened this issue 7 months ago • 2 comments

For this problem, the solution given (https://usaco.guide/problems/cses-2101-new-roads-queries/solution) uses Platinum topics.

There's a more elementary solution with parallel binary search here: https://duoblogger.github.io/assets/pdf/memonvyftw/guide-t-cp.pdf (section 15.5.3). Also, the top user solution uses parallel binary search.

Oz121 avatar Jul 20 '24 22:07 Oz121