Data Structure (KCS-301) - AKTU Question Paper 2022-23
B.Tech · Semester 3 · Free PDF Download
This is the official AKTU Data Structure Previous Year Question Paper for B.Tech Semester 3, academic session 2022-23. 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 2022-23
Data Structure (KCS-301) — complete question paper
- aDefine best case, average case and worst case for analyzing the complexity of a program
- bDifferentiate between binary search tree and a heap
- cWrite the condition for empty and full circular queue
- dWhat do you understand by tail recursion?
- eConstruct an expression tree for the following algebraic expression
- fDifferentiate between internal sorting and external sorting
- gWhat are the advantages and disadvantages of array over linked list?
- hWrite an algorithm for Breadth First Search (BFS) traversal of a graph. (i) In a complete binary tree if the number of nodes is 1000000. What will be the height of complete binary tree. (j) Which data structure is used to perform recursion and why?
- aAssume that the declaration of multi-dimensional arrays X and Y to be, X (-2:2, 2:22) and Y (1:8, -5:5, -10:5) (i) Find the length of each dimension and number of elements in X and Y. (ii) Find the address of element Y (2, 2, 3), assuming Base address of Y = 400 and each element occupies 4 memory locations
- bWhat is Stack? Write a C program for linked list implementation of stack
- cWrite an algorithm for Quick sort. Use Quick sort algorithm to sort the following elements: 2, 8, 7, 1, 3, 5, 6, 4
- dWrite the Dijkstra algorithm for shortest path in a graph and also find the shortest path from ‘S’ to all remaining vertices of graph in the following graph
- eThe order of nodes of a binary tree in inorder and postorder traversal are as follows: In order : B, I, D, A, C, G, E, H, F. Post order: I, D, B, G, C, H, F, E, A. (i) Draw the corresponding binary tree. (ii) Write the pre order traversal of the same tree
- aHow to represent the polynomial using linked list ? Write a C program to add two polynomials using linked list
- bDiscuss doubly linked list. Write an algorithm to insert a node after a given node in singly linked list
- aWrite an algorithm for converting infix expression into postfix expression. Trace your algorithm for infix expression Q into its equivalent postfix expression P
- bWhat is circular Queue? Write a C code to insert an element in circular queue?
- aWhat is Hashing? Explain division method to compute the hash function and also explain the collision resolution strategies used in hashing
- bWrite an algorithm for Heap Sort. Use Heap sort algorithm, sort the following sequence: 18, 25, 45, 34, 36, 51, 43, and 24
- aWhat is spanning tree? Write down the Prim’s algorithm to obtain minimum cost spanning tree. Use Prim’s algorithm to find the minimum cost spanning tree in the following graph
- bWrite and explain the Floyd Warshall algorithm to find the all pair shortest path. Use the Floyd Warshall algorithm to find shortest path among all the vertices in the given graph
- aDiscuss left skewed and right skewed binary tree. Construct an AVL tree by inserting the following elements in the order of their occurrence
- bWhat is B-Tree? Write the various properties of B- Tree. Show the results of inserting the keys F, S, Q, K ,C, L, H, T, V, W, M, R, N, P, A, B in order into a empty B-Tree of order 5
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-301
Questions that appeared in more than one session, found by comparing 2 years of Data Structure papers (2021-22, 2022-23)
Write the Dijkstra algorithm for shortest path in a graph and also find the shortest path from ‘S’ to all remaining vertices of graph in the following graph
Appeared in: 2021-22 · 2022-23
Data Structure — Other Year Papers
AKTU Data Structure PYQs from other sessions
More B.Tech Semester 3 (2022-23) Papers
Other subjects from same semester and session
Syllabus & More PYQs
Paper solve karne se pehle unit-wise syllabus dekh lo