Describe Characteristics of an algorithm.
[7 marks]What is the full form of KWIC? Write an algorithm to generate the KWIC Index listing with example.
[7 marks]Explain the storage structure for array in details with example.
[7 marks]Define link list? Write an algorithm to insert at middle position in singly link with example.
[7 marks]what is recursion? Explain how stack is used in recursion with example.
[7 marks]A+B*C/D-Egiven an expression to convert infix to postfix expression(Stack based expression).
[7 marks]Define the following terms. 1. Priority Queue 2. Leaf Node 3. Null graph 4. Graph 5. Adjacent Node 6. 2-3 tree 7. Stack
[7 marks]Write an algorithm to Inorder, Preorder, Postorder tree traversal with example.07
[7 marks]What is Queue? Explain priority queue with algorithm with example.
[7 marks]What is graph? Explain bfs algorithm with details with example
[7 marks]Explain height balanced tree with example
[7 marks]what is matrix? write a difference between bfs and dfs algorithim
[7 marks]what is sorting? explain bubble sort with algorithm with example
[7 marks]Explain heap sort with Algorithm with example.
[7 marks]What is hashing? Explain any two methods with example.
[7 marks]Explain Sequential search method with Algorithm with example.
[7 marks]Explain 2-3 tree with example.
[7 marks]