A2503 DATA STRUCTURES
A2503 DATA STRUCTURES
b What are the differences between single and double linked list?
UNIT-IV
8 a Write an algorithm for quicksort?
b Write an algorithm for selection sort?
OR
9 a Write an algorithm for Binary search?
b Write an algorithm for linear search?
UNIT-V
10 a Write an algorithm for BFS traversal of a graph?
b Write an algorithm for DFS traversal of a graph?
OR
11 a Write the recursive algorithms for binary tree traversals?
b Define AVL tree? And what are the various rotations performed on AVL tree?