Skip to content

timothygao8710/Problem-Setting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problem-Setting

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).

Problems

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

About

Original problems that I have created for various programming competitions, with test data and editorials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors