Flat 50% off on all training & certification courses. Limited time offer Explore courses

Use these filters to find papers

  Question
1

(a) Explain Strassen's algorithm for matrix multiplication.

This question has 0 answers so far.
1

(a) Explain Merge Sort and compute the analysis of merge sort.

This question has 1 answers so far.
0

(b) Explain NP-completeness reduction with an example.

This question has 0 answers so far.
0

(j) Explain NP Hard Problem briefly.

This question has 0 answers so far.
0

(i) Write Naive String Matching Algorithm.

This question has 0 answers so far.
0

(h) What is Matroid? 

This question has 0 answers so far.
0

(g) Differentiate between Dynamic Programming and Greedy Approach.

This question has 0 answers so far.
0

(f) Explain fractional knapsack problem.

This question has 0 answers so far.
0

(e) What are the applications of minimum spanning tree?

This question has 0 answers so far.
0

(d)What is optimal substructure and overlapping substructure?

This question has 0 answers so far.
0

(c) Write a short note on Memorization.

This question has 0 answers so far.
0

(b) What is recursion tree method?

This question has 0 answers so far.
0

(a) Define little Omega and little Oh notation.

This question has 0 answers so far.
0

(b) What is Finite Automata and its significance to match a string witha lgorithm and complexity.

This question has 0 answers so far.
0

(a) Explain Rabin-Karp string matching algorithm.

This question has 0 answers so far.
0

(a) Give Knuth Morris Pratt algorithm for pattern matching?

This question has 0 answers so far.
0

Illustrate Dijkstra's and Bellman Ford Algorithm for finding the shortest path.

This question has 0 answers so far.
0

Illustrate Dijkstra's and Bellman Ford Algorithm for finding the shortest path.

This question has 0 answers so far.
0

(b) What is an optimal Huffman Code for the following set of frequencies?

         a:1     b: 1     c:2    d:3    e:5    f:8    g:13    h:21 

This question has 0 answers so far.
0

(a) Explain the difference between Kruskal's and Prim's Algorithm with the help of suitable example. 

This question has 0 answers so far.
0

(b) Determine the LCS of <A,B,C,B,D,A,B> and <B,D,C,A,B,A>.

This question has 0 answers so far.
0

(a) What does Dynamic programming have common with Divide and Conquer and what are differences? 

This question has 1 answers so far.
0

(b) Apply Floyd-Warshall algorithm for constructing shortest path. 

               

This question has 0 answers so far.
0

(a) Explain Floyd-Warshall algorithm.

This question has 1 answers so far.
0

(b) Apply Strassen's matrix multiplication algorithm to multiply the following matrices. 

    

     

This question has 0 answers so far.
0

b) Perform the Quick Sort to sort the following numbers.

    20, 40, 50, 15, 10, 05, 80, 90 

This question has 0 answers so far.