Bfdfout

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

BREADTH FIRST AND DEPTH FIRST TRAVERSAL IN GRAPH

OUTPUT:

Ente r the no . o f nodes


4:

Ente r the ad jacen t matr i x :

Ente r the va lue o f the 1 ,2 e lement


0 :

Ente r the va lue o f the 1 ,3 e lement


1 :

Ente r the va lue o f the 2 ,1 e lement


0 :

Ente r the va lue o f the 2 ,3 e lement


0 :

Ente r the va lue o f the 3 ,1 e lement


1 :

Ente r the va lue o f the 3 ,2 e lement


0 :

Ente r the va lue o f the 4 ,1 e lement


1 :

Ente r the va lue o f the 4 ,2 e lement


1 :

Ente r the va lue o f the 4 ,3 e lement


1 :

Nodes a re v i s i ted i n th i s orde r :

BFS - >1->2->3->4

DFS- >1->3->2->4

1 | Page bfdf o/p

You might also like