Notes for competitive programming
Basic problem solving techniques
Module
Array Product
Determine an optimal set of operations to get the maximum product.
Editorial
Codeforces
•
1042c-prod Number theory 3: Extended Euclidean algorithm
The Extended Euclidean algorithm and its recursive and iterative implementations.
Module
Simple Equations - Extreme!!
Given , find any that satisfies the given equations.
Editorial
Online Judge
•
11571