Concept drill
arithmetic-operations
GATE CSE & IT · Complexity Theory · 1993-2014
2
PYQs
50%
keyed
1
elite explanations
2
years appeared
Study anchor
Cormen et al. — Introduction to Algorithms (CLRS)
Algorithms, data structures, graph algorithms, complexity
Practice action
Start latest PYQPYQs in this concept
All concepts →2014 PYQ
The minimum number of arithmetic operations required to evaluate the polynomial P(X) = X 5 + 4X 3 + 6X + 5 for a given value of X using only one temporary variable is _____.
mediumelite explanation
1993 PYQ
What does the following code do? var a, b : integer; begin a:=a+b; b:=a-b; a:=a-b; end;
easyanswer key