This repository contains the problems I've written for various programming competitions, to give back to the competitive programming community. Code, Editorial, and [TODO: Test Data] are included.
My goal with editorials is to not just reveal the solution, but also explain why it works and shed light on the intuition behind how I arrived at the solution (my thought process).
Title | Editorials | Algorithms | Appeared In |
---|---|---|---|
Quantum Schmovements | Editorial | Graph Search Brute Force |
Teamscode |
Highways | Editorial | Lazy Segment Tree Range Query Coordinate Compression |
Teamscode |
Counting Flags | Editorial | Dynamic Programming Suffix Sums Binary Search |
Teamscode |
Rating | Editorial | Maximum Spanning Tree Binary Exponentiation Graph |
TraverseCS |
Brownies | Editorial | Multi-source BFS Flood fill |
TraverseCS |
Pancakes | Editorial | Dynamic Programming On Tree Graph |
TraverseCS |
Pancakes II | Editorial | Centroid Decomposition Divide and Conquer HLD |
TraverseCS |