Data Structure (2130702)

BE | Semester-3   Summer-2019 | 06/04/2019

Q5) (a)

Define: i) Cyclic Graph ii) Siblings iii) Strictly Binary Tree

Cyclic Graph
A cyclic graph is a graph containing at least one graph cycle. Cyclic Graph - defination
Sibling
Siblings are nodes that share the same parent node.
Strictly binary tree
A strictly binary tree (sometimes proper binary tree or 2-tree or full binary tree) is a tree in which every node other than the leaves has two children.