Webpage

Programming in C. Recursion.

$$\scriptsize{\overset{{\large{\textbf{Mark Distribution in Previous GATE}}}}{\begin{array}{|c|c|c|c|c|c|c|c|}\hline
\textbf{Year} & \textbf{2022}&\textbf{2021-1}&\textbf{2021-2}&\textbf{2020}&\textbf{2019}&\textbf{2018}&\textbf{2017-1}&\textbf{2017-2}&\textbf{2016-1}&\textbf{2016-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 1 &0&2&1&2&2&1&2&2&1&0&1.4&2
\\\hline\textbf{2 Marks Count} & 2&2&2&1&3&3&4&4&2&2&1&2.5&4
\\\hline\textbf{Total Marks} & 5&4&6&3&8&8&9&10&6&5&\bf{4}&\bf{6.4}&\bf{10}\\\hline
\end{array}}}$$

Recent questions in Programming

0 votes
0 answers
2882
Number of comparison made by algorithm that inserts values in the binary search tree?In the worst case for left or right skewed tree isn;t it o(n)?
0 votes
1 answer
2886
how the average height of tree of N elements is of order O(sqrt(N))
3 votes
4 answers
2887
0 votes
2 answers
2888
3 votes
3 answers
2890
0 votes
2 answers
2891
3 votes
1 answer
2892
0 votes
2 answers
2894
Are red black trees, 2-4 trees etc in gate syllabus?
0 votes
1 answer
2895
What happens if there are more than 1 return statements in a function?
0 votes
1 answer
2898
1 votes
0 answers
2899
The following sequence of operation is performed on stack : push(1),push(2),pop,push(1),push(2),pop,pop,pop,push(2),pop.The sequence of popped out values are?2,1,2,2,12,1...
1 votes
1 answer
2900