First problem solved with Perl March 09, 2018 First Time I have solved a problem with Perl in Codeforces. It's an amazing language. http://codeforces.com/contest/946/submission/36063847 Share Get link Facebook X Pinterest Email Other Apps Labels perl Share Get link Facebook X Pinterest Email Other Apps Comments
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
Comments
Post a Comment