Programming
Tuesday, 30 July 2013
Domino Principle
›
http://codeforces.com/problemset/problem/56/E time limit per test 2 seconds memory limit per test 256 megabytes input standard...
Corporation Mail
›
http://codeforces.com/problemset/problem/56/C time limit per test 2 seconds memory limit per test 256 megabytes input standard...
Spoilt Permutation
›
http://codeforces.com/problemset/problem/56/B time limit per test 2 seconds memory limit per test 256 megabytes input standard...
A. Bar
›
http://codeforces.com/problemset/problem/56/A time limit per test 2 seconds memory limit per test 256 megabytes input stand...
Tuesday, 16 July 2013
The Probability Of Winning
›
Refer: http://www.codechef.com/problems/PROB Proof: assumption:p(t1,t2,t3)=t1/(t1+t2) There are two parts to the proof . 1. Coins of ...
Monday, 15 July 2013
Chef and Walking on the rectangle
›
Refer http://www.codechef.com/problems/CHRECT/ Solution: /*Chef and Walking on the rectangle*/ #include<stdio.h> int ma...
Thursday, 11 July 2013
How to check if a given point lies inside or outside a polygon?
›
Given a polygon and a point ‘p’, find if ‘p’ lies inside the polygon or not. The points lying on the border are considered inside. Follo...
2 comments:
‹
›
Home
View web version