Glossary for Competitive Programming


Browse the glossary using this index

Special | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL

C

Canonical

In mathematics and computer science, a canonicalnormal, or standard form of a mathematical object is a standard way of presenting that object as a mathematical expression. Often, it is one that provides the simplest representation of an object and which allows it to be identified in a unique way.

Wikipedia


CC

Coin Change or Change Making problem. 

The change-making problem addresses the question of finding the minimum number of coins (of certain denominations) that add up to a given amount of money. It is a special case of the integer knapsack problem, and has applications wider than just currency.

Wikipedia


CH

Convex Hull


Coin Problem

The coin problem (also referred to as the Frobenius coin problem or Frobenius problem, after the mathematician Ferdinand Frobenius) is a mathematical problem that asks for the largest monetary amount that cannot be obtained using only coins of specified denominations.

source: Wikipedia


CS

Complete Search