Web Page

Searching, Sorting, Hashing, Asymptotic worst case time and Space complexity, Algorithm design techniques: Greedy, Dynamic programming, and Divide‐and‐conquer, Graph search, Minimum spanning trees, Shortest paths.

$$\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 &3&2&3&2&0&2&2&3&3&0&2.2&3
\\\hline\textbf{2 Marks Count} & 2 &3&4&4&2&4&2&3&2&3&2&2.9&4
\\\hline\textbf{Total Marks} & 6 &9&10&11&6&8&6&8&7&9&\bf{6}&\bf{8}&\bf{11}\\\hline
\end{array}}}$$

Recent questions in Algorithms

0 votes
0 answers
2201
Show that the worst case running time of heap sort is Ω(nlogn).
1 votes
0 answers
2203
Please solve this without master's or extended master's theoremT(n) = 2T (n/2) + n/log n
1 votes
1 answer
2206
0 votes
0 answers
2207
4 votes
1 answer
2208
There are two sorted list each of length $n$. An element to be searched in the both the lists. The lists are mutually exclusive. The maximum number of comparisons require...
1 votes
0 answers
2209
how to find median of an array in O(N) time
2 votes
0 answers
2210
what is minimum number of elements that need to be hashed into a hash table of size m with chaining in order to make sure that at least one hash location has a chain of l...
5 votes
1 answer
2215
You are given an array of 64 elements, minimum number of comparisons required to find out second largest element among all will be _______.
2 votes
2 answers
2216
0 votes
0 answers
2219
1 votes
1 answer
2220