cs301 Final Term Papers
cs301 Final Term Papers
cs301 Final Term Papers
2.Transitivity relationship
3.Deleta a node from the max heap and draw again.
4.Frequency table
5.The program has given and write about variable
6.bubble sort after two iterations. 5 Marks
7.Threded binary tree given and for one node write its four variables values
a.left flag
B.Right flag
C.left pointer node.
D.Right pointer node.
5 Marks
8. AVL tree after deleting one node draw Balance tree. 5 marks
9. For furniture selling the company to a customer s write
a) What are basic operations must select for the database system
b)On what basic points the data structure is select for this company. 5 Marks
10. Write and Explain Union and Find operation for Dynamic Equivalence Problem.
CS301 today paper…. 16-02-20
32 mcqs from Moaz PDF and pictures…
3 properties of AVL tree…(3 marks)
Maze table pseudo code (5 marks)
17-02-2020
MCQS :
60% from past papers.
Subjective :
1) Generate maze? write an algorithm.
2) Benefit of reference & where we can use it?
3) In Huffman encoding,
a) Which data structure is used?
Binary Tree
b) what frequency of the node which result by joining two nodes?
2
4) What does a quad node stores?
5. Write a code fragments that print out all values in list that are greater than 10.
6) Write and explain the code for 'union' & ' find' operation of parents array in disjoint
sets.
7) Draw a new heap which is created by removing one item.
8) Make purse tree for following expression (3+(4*5)).
9) Write missing code of insertion sort inside For loop.
BST Operations:
max,min,search,insert, delete,