User profile: ukalkan

User info
User name:ukalkan
Name:ufuk kalkan
Location:United Kingdom
History
Joined:
Number of posts:5
Latest posts:

max increase and decrease in arrays ?
int arr[4][2]={{1, 3}, {5, 9}, {0,1}, {2, 0}}; say t1=t2=......=t8=t, this is x axis and for t1 y=1...

max increase and decrease in arrays ?
No. Try to think a discrete graph that starts from 1 then goes up to 3 then 5 then 9 then drops dow...

max increase and decrease in arrays ?
I have an array that is int arr[4][2]={{1, 3}, {5, 9}, {0,1}, {2, 0}}; and I am trying to get this...

Arrays
ok will do. thanks

Arrays
I have a data set int arr[10]={0, 9, 2, 1, 8, 1, 10, 0, 5, 0} and I need to find the greatest dro...