You are on page 1of 1

Cauvery Institute of Technology

Department of Computer Science and Engineering


Improvement Internal Assessment
Sub: Data Structures with C sub-code: 10CS35 Date: 16-NOV-2015 Duration: 1 hour
Note: Answer any four questions.
1. Define the following terms with an example.
Tree Siblings Leaf node Level of a tree Complete Binary tree
2. Define heap. Write a function to insert and delete an element from heap.
3. Define Binary tree. Explain the various Binary tree traversals with an example.
4. Define Threaded binary tree. Define left in threaded, right in threaded & In-threaded Binary tree with an
example.
5. Explain left child – right sibling representation of a tree with an example.
6. Prove that the number of leaf nodes in binary tree is equal to number of nodes of degree-2 plus one.
(i.e. n0=n2+1)

Cauvery Institute of Technology


Department of Computer Science and Engineering
Improvement Internal Assessment
Sub: Data Structures with C sub-code: 10CS35 Date: 16-NOV-2015 Duration: 1 hour
Note: Answer any four questions.
1. Define the following terms with an example.
Tree Siblings Leaf node Level of a tree Complete Binary tree
2. Define heap. Write a function to insert and delete an element from heap.
3. Define Binary tree. Explain the various Binary tree traversals with an example.
4. Define Threaded binary tree. Define left in threaded, right in threaded & In-threaded Binary tree with an
example.
5. Explain left child – right sibling representation of a tree with an example.
6. Prove that the number of leaf nodes in binary tree is equal to number of nodes of degree-2 plus one.
(i.e. n0=n2+1)

Cauvery Institute of Technology


Department of Computer Science and Engineering
Improvement Internal Assessment
Sub: Data Structures with C sub-code: 10CS35 Date: 16-NOV-2015 Duration: 1 hour
Note: Answer any four questions.
1. Define the following terms with an example.
Tree Siblings Leaf node Level of a tree Complete Binary tree
2. Define heap. Write a function to insert and delete an element from heap.
3. Define Binary tree. Explain the various Binary tree traversals with an example.
4. Define Threaded binary tree. Define left in threaded, right in threaded & In-threaded Binary tree with an
example.
5. Explain left child – right sibling representation of a tree with an example.
6. Prove that the number of leaf nodes in binary tree is equal to number of nodes of degree-2 plus one.
(i.e. n0=n2+1)

Cauvery Institute of Technology


Department of Computer Science and Engineering
Improvement Internal Assessment
Sub: Data Structures with C sub-code: 10CS35 Date: 16-NOV-2015 Duration: 1 hour
Note: Answer any four questions.
1. Define the following terms with an example.
Tree Siblings Leaf node Level of a tree Complete Binary tree
2. Define heap. Write a function to insert and delete an element from heap.
3. Define Binary tree. Explain the various Binary tree traversals with an example.
4. Define Threaded binary tree. Define left in threaded, right in threaded & In-threaded Binary tree with an
example.
5. Explain left child – right sibling representation of a tree with an example.
6. Prove that the number of leaf nodes in binary tree is equal to number of nodes of degree-2 plus one.
(i.e. n0=n2+1)

You might also like