Data Structures Analysis Of Algorithms (KCA205) - AKTU Question Paper 2023-24
MCA · Semester 2 · Free PDF Download
This is the official AKTU Data Structures Analysis Of Algorithms Previous Year Question Paper for MCA Semester 2, academic session 2023-24. Published by Dr. A.P.J. Abdul Kalam Technical University (AKTU/UPTU), Lucknow. Free PDF download — no login required.
Rate this paper
Questions Asked in 2023-24
Data Structures Analysis Of Algorithms (KCA205) — complete question paper · 100 marks · 3 Hours
- aDefine algorithm. Give its characteristics. 02 1
- bWhat is header linked list? 02 1
- cDefine recursion. 02 2
- dWhat is priority queue? 02 2
- eTraverse a given tree in Pre-order traversal. 02 3
- fDefine Threaded binary tree. 02 3
- gDefine fully connected graph. 02 4
- hWhat is weighted graph? 02 4 i. Apply Quick sort algorithm on the string : D, E, L, H, I 02 5 j. What is minimum spanning tree (MST)? 02 5
- aHow polynomials can be repres ented using linked list? Write a function/algorithm to add two polynomials
- bWhat is hashing? How can we define hash function? 10 2
- cDefine binary search tree. Create a binary search tree by in serting following keys: 9, 2, 3, 4, 5, 6, 8, 1, 7, 0
- dWhat is the divide and conque r problem solving strategy? How binary search algorithm follows this approach?
- eGiven two strings, find the Longest Common Subsequence (LCS) , present in both of the strings. String-1=ASDFGHJK Strin g-2=SHJLU
- aDefine linked list. Write a f unction in C to create a singly linked list. 10 1
- bWhat is sparse matrix? How it can be represented using heade r linked list
- aGive applications of stack. Write an algorithm to evaluate p ostfix expression
- bDefine linear queue. Write a program or algorithm to implement linear queue
- aDefine AVL tree. Demonstrate LL, RR, LR, RL rotations of AVL tree with suitable examples
- bWrite the properties of B-Tr ee. Insert the following keys in a B-Tree of order 3: 98, 76, 54, 32, 12, 34, 56, 78, 95, 48
- aWhat is breadth first search (BFS) algorithm for traversing a graph? Apply BFS in the given graph, assuming vertex A as starting vertex
- bDifferentiate between Graph and Tree. Give adjacency matrix representation of the following graph
- aWrite a program in C to implement merge sort. Give its time and space complexity
- bFind the shortest paths from the source to all the other ver tices in the given graph using Dijkstra’s algorithm. Assume source vertex as S
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 — KCA205
Questions that appeared in more than one session, found by comparing 4 years of Data Structures Analysis Of Algorithms papers (2021-22, 2022-23, 2023-24, 2024-25)
Define linked list. Write a f unction in C to create a singly linked list. 10 1
Appeared in: 2021-22 · 2023-24
Data Structures Analysis Of Algorithms — Other Year Papers
AKTU Data Structures Analysis Of Algorithms PYQs from other sessions
More MCA Semester 2 (2023-24) Papers
Other subjects from same semester and session