MKTHNUM - K-th Number SPOJ September 08, 2017 Problem :: MKTHNUM - K-th Number SPOJ Share Get link Facebook X Pinterest Email Other Apps Labels persistent segment tree Share Get link Facebook X Pinterest Email Other Apps Comments UnknownMay 2, 2020 at 8:43 PMHow the Binary search will work here?Could you please explain?ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
strongly connected components December 21, 2017 strongly connected components in directed graph. Kosaraju's algorithm. Read more
Histogram - LOJ November 16, 2021 It's a well-known problem and the well-known solution is using a stack. I tried to solve it by segment tree( iterative version for building tree ) and got TLE. Hope I can optimize the code. TLE CODE Read more
How the Binary search will work here?Could you please explain?
ReplyDelete