Parallel Binary Search Tutorial

This is a tutorial on Parallel Binary Search, a technique used when doing binary search multiple times becomes too slow. This is also an editorial for the problem Meteors from POI. POI Meteors: https://szkopul.edu.pl/problemset/pro... All the code shown in this video: https://github.com/arujbansal/Competi... Timestamps: 0:00 Intro 0:26 Problem Explanation 4:35 Solution and Parallel Binary Search 15:00 Time Complexity Analysis 17:49 Code