Previous year question paper for DS (B-TECH electronics and communication engineering 5th)

Data structures

Previous year question paper with solutions for Data structures from 2014 to 2020

Our website provides solved previous year question paper for Data structures from 2014 to 2020. Doing preparation from the previous year question paper helps you to get good marks in exams. From our DS question paper bank, students can download solved previous year question paper. The solutions to these previous year question paper are very easy to understand.

1. Dynamic Memory Management:

 Understanding pointers, usage of pointers, arithmetic on pointers, memory

allocation, memory management functions and operators, debugging pointers - dangling pointers, memory

leaks, etc. [2]

2. Introduction: 

Concept of data type, definition and brief description of various data structures, data structures

versus data types, operations on data structures, algorithm complexity, Big O notation. [2]

3. Arrays: 

Linear and multi-dimensional arrays and their representation, operations on arrays, sparse matrices

and their storage. [3]

4. Linked List:

 Linear linked list, operations on linear linked list, doubly linked list, operations on doubly linked

list, apication of linked lists. [4]

5. Stacks:

 Sequential and linked representations, operations on stacks, application of stacks such as parenthesis

checker, evaluation of postfix expressions, conversion from infix to postfix representation, implementing

recursive functions. [4]

6. Queues:

 Sequential representation of queue, linear queue, circular queue, operations on linear and circular

queue, linked representation of a queue and operations on it, deque, priority queue, applications of queues.

7. Trees:

 Basic terminology, sequential and linked representations of trees, traversing a binary tree using

recursive and non-recursive procedures, inserting a node, deleting a node, brief introduction to threaded binary

trees, AVL trees and B-trees. [4]

8. Heaps:

 Representing a heap in memory, operations on heaps, application of heap in implementing priority

queue and heap sort algorithm. [2]

9. Graphs: 

Basic terminology, representation of graphs (adjacency matrix, adjacency list), traversal of a graph

(breadth-first search and depth-first search), and applications of graphs. [3]

10. Hashing & Hash Tables:

 Comparing direct address tables with hash tables, hash functions, concept of

collision and its resolution using open addressing and separate chaining, double hashing, rehashing. [3]

Searching & Sorting: Searching an element using linear search and binary search techniques, Sorting arrays

using bubble sort, selection sort, insertion sort, quick sort, merge sort, heap sort, shell sort and radix sort,

complexities of searching & sorting algorithms. 

2020
Download
2019
Download
2018
Download
Download
2017
Download
Download
2016
Download
Download
2015
Download
Download
2014
Download
Download