Showing posts with label Data structures and Algorithms. Show all posts
Showing posts with label Data structures and Algorithms. Show all posts

Tuesday, 26 January 2016

B.tech 2013 3rd sem DSA previous year questions

B.Tech CS Data structures and Algorithms (DSA) previous year questions 


Q.1 What do you mean by graph data structure ? Explain the sequential and linked list implementation of graph data structure.

Q.2 Insert the following list of element in an AVL tree ?

3, 5, 11, 8, 4, 1, 12, 7, 2, 6, 10 



View ALL