Notes for competitive programming

2025-01-30T00:00:00.000Z

Basic problem solving techniques

Module

2025-01-29T00:00:00.000Z

Array Product

Determine an optimal set of operations to get the maximum product.

Editorial

Codeforces

1042c-prod

2024-11-12T00:00:00.000Z

Number theory 3: Extended Euclidean algorithm

The Extended Euclidean algorithm and its recursive and iterative implementations.

Module

2024-08-06T00:00:00.000Z

Simple Equations - Extreme!!

Given A,B,CA, B, C, find any x,y,zx, y, z that satisfies the given equations.

Editorial

Online Judge

11571