[algogeeks] Range Modulo Problem

2015-06-24 Thread sagar sindwani
You are given a range of modulo operands and find the range of modulo result. Expression :- *x = y % z* where range of y is [ c1, c2 ] c1, c2 are real numbers ( can be +ve or -ve ) and c2 >c1 where range of z is [c3,c4] c3, c4 are real numbers ( can be +ve or -ve ) and c3 >c4 Range of x is [

[algogeeks] Fwd: yeh solve karo

2015-06-24 Thread Deepak Jha
Problem statement Write a program to assign tables for first round of a rummy tournament. - Each table will have 6 players - Total no of tables: N {T1, T2, , TN)} - Total no of players: 6N {P1, P2, , P6N} There are some conditions that must be fulfilled to decide which player t