Euclid Problem :
Euclid Problem The Problem From Euclid it is known that for any positive integers A and B there exist such integers X and Y that AX+BY=D, where D is the greatest common divisor of A and B....
Robot Motion.
Robot Motion Source file:robot.{c, cpp, java, pas} Input file:robot.in Output file:robot.out A robot has been programmed to follow the instructions in its path. Instructions for the...
Find the Winning Move.
Find the Winning Move : Source file:win.{c, cpp, java, pas} Input file:win.in Output file:win.out 4x4 tic-tac-toe is played on a board with four rows (numbered 0...
Solving Systems of Linear Equations.
The Problem : You may have solved linear equation early in the school. Problems involving solving sets of linear equation are very important...
What is the Median?
The Problem : Median holds an vital role in the world of statistics. By definition, it is a value which divides an array...