Check If Given Graph Is Tree Or Not

preview_player
Показать описание
JOIN ME
—————

COMPLETE PLAYLIST
————————————

INTERVIEW PLAYLIST
————————————

QUICK SHORT VIDEOS
————————————-

In this video we will learn how to check if given graph is tree or not. The relation between graph and tree is that every tree is a graph but reverse is not true. So Graph is a superset and Tree is subset.
Basically there are two distinguishing factors. First is that there shouldn't be cycle, and second is graph should be connected, I mean there should be only one component of the graph.
If any graph satisfy these two property then we can call that graph a tree. Other wise it is not a tree.

#treedatastructure #graphdatastructure #datastructure #algorithms #treeORgraph
Рекомендации по теме
Комментарии
Автор

Hi
Can you do a video on floating representation IEEE758 format

ramakrishna