MAMTA TUTORIAL: Tree in data structure What is tree...
Wednesday, December 17, 2014
Tree in data structure What is tree ?

What is tree
Definition:- Tree is is hierarchical (or non-linear) data structure.
or
Tree is a finite set of elements that is either empty or partitioned into...
Types of Binary Trees?What are the different type of Binary Tree?
Types of Binary Trees
1. Strictly Binary Tree-
If Every non leaf node in binary tree has non empty left and right subtrees ,the tree term as strictly binary tree .
Important Point for Strictly Binary Tree-
Every non-leaf node has degree 2
A strictly...
Tuesday, December 16, 2014
What is Binary tree,Different type of tree in Data structure
Different type of tree in Data structure
Binary Tree:-
A Binary tree is a finite set of elements that is either empty or is partitioned into three disjoint subset
The First subset contains a single element called the root of the tree
The other two subsets...
Friday, December 5, 2014
MCQ of DBMS fundamental question
MCQ Data Base Management System on Basic Fundamental
Q1.A Specific example where physical data independence would not hold is
When data file is changed from unordered file to sorted file
When additional access structure (Example an index ) is created for relation
When DBA decides to store the data in B+ tree
When the user...