The following are the Data Structures Unit wise Important Questions
UNIT-I
UNIT-II
UNIT-III
UNIT-I
- Define recursion? Explain design methodology and implementation of recursive algorithms.
- Write a Recursive program to print Fibonacci series
- write a Recursive program to Solve Towers of Hanoi and explain.
- Explain about Fibonacci search in detail
- Explain about binary search and write algorithm for IT.What are the prerequisite for binary search?
- Develop an algorithm for binary search. Validate the algorithm with suitable example.
- Explain about linear search and with an example trace the algorithm.
- Explain insertion algorithm.
- State and explain algorithm to perform heap sort.
- Trace the quick sort algorithm for the following list of numbers:90,77,60,99,55,88,62
- Analyze the complexity of quick sort algorithm.
- Write and explain quick sort algorithm. What is its time complexity.
- What is sorting? explain about radix sort with an example.
- Explain any one external sorting with an example.
UNIT-II
- Explain the ADT operations for array implementation stack.
- Write a program for reversing the list using stack.
- Explain infix to post fix conversion using stack with an example.
- Write the implementation of queue.
- Write about representation queue using array.
- State and explain queue operations using arrays.
- List the applications of stack and queues.
- Explain the priority queue implementation. Write the necessary algorithms.
UNIT-III
- Sate and exaplin different operations on single linked list.
- Design an algorithm to reverse the linked list.Trace your algorithm with an example.
- Using linked list, formulate separate routines to create an empty stack and to push an element on to a stack.
- Write an algorithm to concatenate two singly linked list.
- Write applications of single linked list to represent polynomial expressions.
- Write advantage and disadvantages of linked list.
- give the advantages and disadvantages of circular and double linked list.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.