Google question

given an array of n integers A[n]
find maximum and second maximum element in N+logN comparisons

SOLVED:Linked list

In a linked list U have to delete the Node XXX , XXX->link and XXX->info is given

void delete ( NODE XXX ){
----fill u r code here----
}
ANSWER IS THERE IN COMMENTs ,still u can add ur answer .

SOLVED:some Good questions

Let x,y,z be 3 integers . We have to find the greatest of 3 integers, without using relational and conditional operator?
ANSWER IS THERE IN COMMENTs ,still u can add ur answer .