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
1 answer
2601
0 votes
2 answers
2602
0 votes
2 answers
2603
A Queue could be implemented using two Stacks.So what will be the time complexity for insertion and deletion in this queue?
0 votes
1 answer
2604
0 votes
1 answer
2605
Consider the following regular expression (RE)RE = (aa + ab)+ (a + b)+ (a + b)*How many minimal strings exist for the above RE?I think answer should be 1 i.e ἑ but answ...
0 votes
0 answers
2606
Why 4 is multiplied in part. In the solution.
5 votes
6 answers
2607
1 votes
1 answer
2608
In double linked list organization, insertion and deletion of a record involves maximum modification of number of pointers respectively a. Four, Two b. Two, Two c. Four, ...
1 votes
1 answer
2609
0 votes
2 answers
2610
payload value should be divided by here they take 505 it should be 504 so it become 504/8=63??
1 votes
1 answer
2611
2 votes
1 answer
2612
The question basically says no. of different outputs produced for given sequence of input (1,2,...,n)I thought in terms of push - pop pairs but cant arrive at the answer ...
0 votes
2 answers
2615
A 5-ary tree is a tree in which every internal node has 3 children.The number of leaf nodes in such a tree with 10 internal nodes is______
0 votes
1 answer
2616
Given a head pointer what is the time complexity:1. To insert the element at front2.To delete the element at front3.To insert the element at end4.To delete the element at...
1 votes
1 answer
2617
I am posting que as well as its solution.... i am cleared about 1st two loops i and j but how to calculate complexity for innermost loop??please explain... how this is an...
0 votes
0 answers
2618
1 votes
0 answers
2620