B.TechSemester 52023-24Design And Analysis Of AlgorithmKCS503

Design And Analysis Of Algorithm (KCS503) - AKTU Question Paper 2023-24

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 2023-24. 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:2023-24
University:AKTU / UPTU

Rate this paper

Questions Asked in 2023-24

Design And Analysis Of Algorithm (KCS503) — complete question paper · 100 marks · 3 Hours

Section AAttempt all q u e s t i o n s i n b r i e f . 2 x 10 = 20
  • a
    What do you mean by algorithm? Writ e the characteristic of algorithm
  • b
    Show that equation are correct : 10n 2+9 = O(n2)
  • c
    Write short note on Fibonacci Heap
  • d
    Explain Binary Search Tree
  • e
    Define fractional Knap-Sack problem
  • f
    Write name of Spanning tree algorithm with complexity
  • g
    Define the term “Graph Coloring”
  • h
    What do you mean by Activit y selection problem? i. What do you mean by Boyer-M oore Algorithm? j. Write short note on Fast Fourier Transform
Section BAttempt any three o f t h e f o l l o w i n g : 10x3=30
  • a
    Sort the followin g array by counting sort A={2,5,3,0,2,3,0,3}
  • b
    Prove all the four propert ies of Binomial Tree
  • c
    Describe DFS with its algor ithm. How DFS can be used to solve the problem
  • d
    Apply Floyd-Warshall algorithm for constructing shortest path
  • e
    Write short notes on the following: i) Randomized Algorithm. ii) Approximation algorithm
Section CAttempt any one part of the following: 10x1=10
  • a
    What is stable sorting algorithm? Which of the sorting algor ithms we have seen are stable and which are unstable? Give name with explanation
  • b
    Write an algorithm of merge s ort and prove its worst time complexity
  • a
    Insert the following element s using the property of RB tree
  • b
    Explain B-Tree and its proper ties. Also write B-Tree deletio n cases with example
  • a
    Determine an LCS of X={A,B,C, B,D,A,B} and Y={B,D,C,A,B,A}
  • b
    Explain Backtracking. Let set S= {1,3,4,5}and X=8, we have t o find subset sum problem using backtracking approach
  • a
    Write an algorithm of Dijkstr a and implement it by taking any example
  • b
    Apply Branch and Bound technique to solve travelling salesma n problem for the graph whose cost matrix given below: Cost matrix= 15 18 ∞ 16 28
  • a
    Explain P, NP, NP Hard and NP Co mplete Classes with example
  • b
    Explain KMP matcher and also implement it by an algorithm, w here P=a,a,b,a,b,b,a and T=b,a,b,a,a,b,a,b,b,a

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 — KCS503

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 short note on Fibonacci Heap

Appeared in: 2021-22 · 2023-24

2x

Prove all the four propert ies of Binomial Tree

Appeared in: 2022-23 · 2023-24