Syllabuses


Construct a tree for the given inorder and postorder traversals: Inorder: DGBHEICF Postorder: GDBHIEFC

Construct a tree for the given inorder and postorder traversals: Inorder: DGBHEICF Postorder: GDBHIEFC

List the types of Binary Search Tree. Explain Insertion and Deletion Operation on Binary Search Tree with example.

List the types of Binary Search Tree. Explain Insertion and Deletion Operation on Binary Search Tree with example.

Write an algorithm to convert Infix expression to Postfix expression and evaluate the converted expression.

Write an algorithm to convert Infix expression to Postfix expression and evaluate the converted expression.

What is Recursion? Explain Recursion with the help of an example. State the advantages and disadvantages of Recursion.

What is Recursion? Explain Recursion with the help of an example. State the advantages and disadvantages of Recursion.

What is Stack? Why is it known as LIFO? Write algorithm for PUSH, POP, and CHANGE operation on Stack.

What is Stack? Why is it known as LIFO? Write algorithm for PUSH, POP, and CHANGE operation on Stack.

What is Circular Linked List? State the advantages and disadvantages of Circular Linked List.

What is Circular Linked List? State the advantages and disadvantages of Circular Linked List.

What is Doubly Linked List? Write an algorithm to insert and delete a node in Doubly Linked List.

What is Doubly Linked List? Write an algorithm to insert and delete a node in Doubly Linked List.

What is Data Structure? Explain various types of Data Structure in detail.

What is Data Structure? Explain various types of Data Structure in detail.

Explain retrieving an element with a given rank.

Explain retrieving an element with a given rank.

Write a short note on Internal trees. Explain with an example.

Write a short note on Internal trees. Explain with an example.