Webpage

Arrays, Stacks, Queues, Linked lists, Trees, Binary search trees, Binary heaps, Graphs.

$$\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} & 2 &4&2&3&0&2&3&1&1&1&0&1.9&4
\\\hline\textbf{2 Marks Count} & 1 &1&0&2&2&0&0&1&3&3&0&1.3&3
\\\hline\textbf{Total Marks} & 4&6&2&7&4&2&3&3&7&7&\bf{2}&\bf{4.5}&\bf{7}\\\hline
\end{array}}}$$

2 votes
3 answers
1461
2 votes
3 answers
1466
which of the following is not O(1) for an array of sorted integers.Assume all are distinct..<a>find the ith smallest element<b>find the ith largest element<c>delete an el...
0 votes
1 answer
1467
which of the permutation o/p can't be obtained using stack for the i/p sequence 1,2,3,4,5 in that order<a>1,2,3,4,5 <b>1,2,5,4,3<c>1,2,5,3,4 <d>1,2,4,5,3
2 votes
1 answer
1469
There has to be a general method in deriving equations based on RMO and CMO .Could any one explain me how to derive formula of RMO and CMO of important matrices likeUpper...
0 votes
2 answers
1470
0 votes
1 answer
1471
1 votes
1 answer
1472
Explain it plz
0 votes
1 answer
1473
Explain it
0 votes
1 answer
1475
Explain It
0 votes
2 answers
1476
Consider the following program fragment:char c= ‘a’while (c++ ≤ ‘z’)putchar (xxx);if the required output is abcdefghijklmnopqrstuvwxyz then xxx should be:c-1cc+...
2 votes
1 answer
1477
If I have n elements in the heap then why does the index of leaf nodes ranges from index &lfloor;n/2&rfloor;+1 to index n ?
1 votes
1 answer
1480