About Me

Data Structures And Algorithms EE2204 ND13 3rd Semester Question Paper

Sponsored Ads:

Quick Links
University Papers University Syllabus Entrance Exam
PSU Papers Bank Papers Placement Papers
VTU Anna Univerity Syllabus Anna Univerity Papers
Question Paper Code : 31394
B.E/B.Tech. DEGREE EXAMINATION, NOVEMBER/DECEMBER 2013.
Third Semester
Electrical and Electronics Engineering
EE 2204/EE 36/10133 EE 306/080300003 DATA STRUCTURES AND ALGORITHMS
(Common to Electronics and Instrumentation Engineering and Instrumentation and Control Engineering)
(Regulation 2008/2010)
(Common to PTEE 2204 Data Structures and Algorithms B.E. (Part Time) Second Semester Electrical and Electronics Engineering Regulation 2009)

University Papers | Syllabus | Entrance Exam | Govt & PSU Papers | Bank Papers

Programming Questions  |  Travel Tips | Mobile Review | Placement Papers

ANNA UNIVERSITY SYLLABUS: CLICK HERE

OTHER DEPARTMENT PAPERS: CLICK HERE

Download PDF File - CLICK HERE

For More Question paper of EEECLICK HERE



PART A (10 x 2 = 20 marks)

1. Define an Abstract Data Type?Give example.
2. What is the postfix form of the expression A+B*(CD)/(PR)?
3. What is a binary tree? Give example.
4. Represent the expression A + B * (CD)/ E as a binary tree.
5. Define a hash function.
6. State the need for indexing.
7. Define in degree and out degree of a graph.
8. What is meant by strongly connected and weekly connected in a graph?
9. What is back tracking?
10. What is meant by program testing, and proof of termination?





PART B (5 x 16 = 80 marks)

11. (a) (i) Given two sorted lists, L1 and L2, write a procedure in pseudo code to Compute L1∩L2 using only the basic list operations. (8)
(ii) What is a stack? Write down the procedure for implementing various stack operations. (8)
Or
11. (b) Write a function to add two polynomials. Do not destroy the input. Use a linked list implementation. If the polynomials have M and N terms respectively, what is the time complexity of your program? (16)

12. (a) Explain with examples Binary tree and Binary search tree ADT. (16)
Or
12. (b) (i) With an example explain the algorithm to convert a general tree to binary tree. (8)
(ii) With an example, explain the algorithms of in order and post order traversals on a binary search tree. (8)

13. (a) (i) Explain two techniques to overcome hash collision. (8)
(ii) Write a function to delete the minimum element from a binary heap.(8)
Or
13. (b) Explain with an example the algorithm for insertion into AVL Trees. (16)

14. (a) (i) Explain how to find shortest path using Dijkstra’s algorithm with an example. (10)
(ii) Explain the applications of DFS. (6)
Or
14. (b) (i) Write short notes on Bi connectivity. (8)
(ii) With an example explain the algorithm for Topological Sort of a graph. (8)

15. (a) (i) Design an algorithm to evaluate the function sin (x) as defined by the infinite series expansion sin(x) = x - x3/3! + x5/5! - x7/7! ... (8)
(ii) Write an algorithm to generate and print the first n terms of the Fibonacci series where n>=1 the first few terms are 0, 1, 1, 2, 3, 5, 8, 13. (8)
Or

15. (b) Explain in detail about Divide and conquer algorithm and Greedy algorithm with an example for each. (16)



Post a Comment

0 Comments