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}}}$$

0 votes
2 answers
1382
Post order traversal of a BST is 35,50,55,60,50,100.then what can you say about the tree?(A) Min heap(B) Max heap(C) Strict binary tree(D) None of these
14 votes
2 answers
1383
Let $H_1$ and $H_2$ be two complete binary trees that are heaps as well. Assume $H_1$ and $H_2$ are max-heaps, each of size $n$. Design and analyze an efficient algorithm...
7 votes
4 answers
1386
The number of possible ordered trees with 3 nodes A, B, C is:(a) 16 (b) 12 (c) 6 (d) 10 what is ordered tree alignment?
0 votes
1 answer
1387
Pointers in C-programming are useful to1.Handle data tables efficiently.2.Reduce the length of a program.3.Reduce the complexity of a program.Which of the above statement...
2 votes
1 answer
1388
0 votes
1 answer
1392
Consider an array size of 10 and insertion of 10 element in it.If first five element are inserted at loc =0 and rest five element are at loc=2then the total number of shi...
0 votes
1 answer
1395
$6.2-3$What is the effect of calling MAX-HEAPIFY(A,i) when the element A[i] is larger that its children?
1 votes
2 answers
1396
Option (c) - QMNPRO is correct.....what does this traversal convey ?? .....If it conveys " the shortest path from Q to every vertex in graph ", then how can we ex...
1 votes
1 answer
1397
How many number of add and remove operations are required to access x/2th element of a queue of ‘x’ elements, so that the original queue remains the same after the ac...
3 votes
2 answers
1398
Which of the following number of nodes can form a full binary tree?8151413
1 votes
1 answer
1399