a m*n is said to have a saddle point it some entrya[i][j] is the smallest in row and largest in column j.
prog that determine the saddle point if it exist
User Profile
Collapse
-
plz help me to write this code
write a prog to input an integer x? wheer x>0?for
integer x,the program as to convert it into sum of
consecutive positive integters/
4 example the sum of interger 10=1+2+3+4.
the total number of consecutive positive integers
should be maximum example 9=2+3+4 and 9=4+5 but 9=2+3+4 is valid
some integer such as 4 cannot be represented
as a sum of consecutive positive integers.
in that case... -
plz help me nw
1)a m*n is said to have a saddle point it some entrya[i][j] is the smallest in row and largest in column j.
prog that determine the saddle point if it exist?
2)write a prog to input an integer x? wheer x>0?for
integer x,the program as to convert it into sum of
consecutive positive integters/
4 example the sum of interger 10=1+2+3+4.
the total number of consecutive positive integers... -
plz...
pls help me to write a program such that we input an integer x,where x>0. For x, the program has to convert it into the sum of consecutive positive integers. for e.g. let x=10 output should be "10= 1+2+3+4" the total no. of consecutive positive integers in the sum expression should be maximal. for e.g. if x= 9 result should be 2+3+4 and not 4+5. If x=4 , the output should be "no answer"
thanx in advance -
plz help me..its urgent
pls help me to write a program such that we input an integer x,where x>0. For x, the program has to convert it into the sum of consecutive positive integers. for e.g. let x=10 output should be "10= 1+2+3+4" the total no. of consecutive positive integers in the sum expression should be maximal. for e.g. if x= 9 result should be 2+3+4 and not 4+5. If x=4 , the output should be "no answer"
thanx in advance -
pls help me to write a program such that we input an integer x,where x>0. For x, the program has to convert it into the sum of consecutive positive integers. for e.g. let x=10 output should be "10= 1+2+3+4" the total no. of consecutive positive integers in the sum expression should be maximal. for e.g. if x= 9 result should be 2+3+4 and not 4+5. If x=4 , the output should be "no answer"
thanx in advance -
No activity results to display
Show More
Leave a comment: