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{2024-1} & \textbf{2024-2} & \textbf{2023} & \textbf{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 1&2&2& 2 &3&2&1&2&3
\\\hline\textbf{2 Marks Count} &4&2&2& 2 &3&4&2&2.83&4
\\\hline\textbf{Total Marks} &9&6&6& 6 &9&10&\bf{6} & \bf{7.67}&\bf{10}\\\hline
\end{array}}}$$

Highest voted questions in Algorithms

1 votes
0 answers
2362
Why [logn]! is not polynomial bounded where [loglogn]! is polynomial bounded? Note [ ] is greatest integer function
1 votes
0 answers
2363
1 votes
1 answer
2365
1 votes
1 answer
2367
1 votes
0 answers
2371
1 votes
1 answer
2372
1. n (log n)log n2. 2n n√n3. 2n nlog nexplain plz
1 votes
2 answers
2373
i geeting ans 1 and 2 are true but ans given only 2 is true explain it
1 votes
2 answers
2376
Q). Consider the following functions$f_1 = n^{\frac{4}{3}}$$f_2=2^{2^n}$$f_3= 2^{n^2}$$f_4= n!$$f_5=2^n$Which of the following is true?A). $f_1$ is $\Omega(f_2)$B). $f_2$...
1 votes
2 answers
2378
assume that A be an array of 16 elements.What is the difference between maximum and minimum number of inversion pairs in worst case?
1 votes
0 answers
2380
Let f(n)= Ω(n), g(n)= O(n) and h(n)= Ѳ(n).Then [f(n). g(n)] + h(n) is:(a) Ω (n) (b) O (n)(c) Ѳ (n) (d) None of theseexplain it