R. C.Technical Institute Computer Department Sola, Ahmedabad
R. C.Technical Institute Computer Department Sola, Ahmedabad
R. C.Technical Institute Computer Department Sola, Ahmedabad
Technical Institute
Computer Department
Sola,Ahmedabad
Semester-3rd
CO
CO Statements
Number
Design algorithms using array by understanding the concept of algorithm,
CO1 complexity, primitive and non-primitive data structure.
CO3 Implement insertion and deletion on stack and queue data structure.
CO4 Design algorithms for various operations on linked list and tree data structure.
Assignment-1 (CO1)
Assignment-2 (CO2)
Assignment-3 (CO3)
Assignment-4 (CO4)
Assignment-5 (CO5)
42,23,74,17,65,57,94,36,99,87,70,81,64,222
Assignment-6 (CO4)
1. Define
Tree, forest, Leaf node, Root node, Directed tree, m-array tree, Binary tree,
complete binary tree, level of tree, terminal node, in degree, out degree, path,
depth
2. Define binary search tree. Write a note on operations of binary search tree.
3. Define tree traversal. Write algorithms of different tree.
4. Draw binary search tree for 10,20,4,5,70,40,30,60
5. Explain conversion of general tree into binary tree.
6. Draw BST for 10(root),20,4,6,70,40,30,60. Insert 2 and 50 in that tree then delete 20
from tree and redraw if for each operation.