B.TechSemester 52021-22Design And Analysis Of AlgorithmKCS-503

Design And Analysis Of Algorithm (KCS-503) - AKTU Question Paper 2021-22

B.Tech · Semester 5 · Free PDF Download

This is the official AKTU Design And Analysis Of Algorithm Previous Year Question Paper for B.Tech Semester 5, academic session 2021-22. Published by Dr. A.P.J. Abdul Kalam Technical University (AKTU/UPTU), Lucknow. Free PDF download — no login required.

Course:B.Tech
Semester:Semester 5
Session:2021-22
University:AKTU / UPTU

Rate this paper

Questions Asked in 2021-22

Design And Analysis Of Algorithm (KCS-503) — complete question paper

Section AAttempt all q u e s t i o n s i n b r i e f . 2 x 10 = 20
  • a
    How analyze the performance of an algorithm in different cases?
  • b
    Derive the time compl exity of Merge sort
  • c
    Explain left rotation in RB tree
  • d
    Write down the propert ies of Fibonacci Heap
  • e
    Explain Greedy programming in brief
  • f
    What do you mean by convex hull?
  • g
    Write down the Floyd Warshal algorithm
  • h
    Explain Branch and Bound method in brief. i. Explain Randomized algorithm in brief. j. Explain NP-complete and NP-Hard
Section BAttempt any three o f t h e f o l l o w i n g : 10 x 3 = 30
  • a
    Solve the recurrence i) T (n) =3T (n/4) + cn2 using recursion tree method. ii) T (n) = n + 2T (n/2) using Iteration method. (Given T(1)=1)
  • b
    What is Binomial Heap? Write down the algorithm for Decrease k ey operation in Binomial Heap also write its time complexity
  • c
    Write and explain the Kruskal algorithm to find the Minimum Sp anning Tree of
  • a
    graph with suitable example
  • d
    What is N queens problem? Draw a state space tree for 4 queens problem using backtracking
  • e
    Write Rabin Karp string matching algorithm. Working modulo q=11, how many spurious hits does the Rabin karp matcher in the text T= 3141592653589793, when looking for the pattern P=26
Section CAttempt any one p a r t o f t h e f o l l o w i n g : 10 x 1 = 10
  • a
    Write Merge sort algorithm and sort the following sequence {23, 11, 5, 15, 68, 31, 4, 17} using merge sort
  • b
    What do you understand by stable and unstable sorting? Sort the following sequence {25, 57, 48, 36, 12, 91, 86, 32} using heap sort
  • a
    Discuss the various cases f or insertion of key in red-black tree for given sequence of key in an empty red-black tree- {15, 13, 12, 16, 19, 23, 5, 8}
  • b
    What is skip list? Explain the Search operation in Skip lis t with suitable example also write its algorithm
  • a
    What is Knapsack problem? Solve Fractional knapsack problem using greedy
    programming for the following four items with their weights w =  {3, 5, 9, 5}
    and values P = {45, 30, 45, 10} with knapsack capacity is 16
  • b
    Write down the Bellman Ford algorithm to solve the single s ource shortest path problem also write its time complexity
  • a
    What is travelling salesman p roblem (TSP)? Find the solution of following TSP using Branch & Bound method
  • b
    Explain the method of finding Hamiltonian cycles in a graph using backtracking method with suitable example
  • a
    Write and explain the algorith m to solve vertex cover probl em using approximation algorithm
  • b
    Explain and Write the Knuth-Morris-Pratt algorithm for patt ern matching also write its time complexity

Question text is extracted from the official AKTU question paper PDF above. Hindi translations are omitted — every question is printed in English in the original paper. Last verified: 2026-08-23.

Repeated Questions — KCS-503

Questions that appeared in more than one session, found by comparing 3 years of Design And Analysis Of Algorithm papers (2021-22, 2022-23, 2023-24)

2x

Write down the propert ies of Fibonacci Heap

Appeared in: 2021-22 · 2023-24

2x

Write Merge sort algorithm and sort the following sequence {23, 11, 5, 15, 68, 31, 4, 17} using merge sort

Appeared in: 2021-22 · 2022-23

2x

Discuss the various cases f or insertion of key in red-black tree for given sequence of key in an empty red-black tree- {15, 13, 12, 16, 19, 23, 5, 8}

Appeared in: 2021-22 · 2022-23

2x

Write and explain the algorith m to solve vertex cover probl em using approximation algorithm

Appeared in: 2021-22 · 2022-23