Question

hello there ,, can anyone give the solution of this Assuming a graph is represented as...

hello there ,, can anyone give the solution of this

Assuming a graph is represented as an adjacency matrix, write the pseudocode for an algorithm that can determine if any path exists between two vertices.

The algorithm would accept as input:

  • The nxn adjacency matrix for an undirected, unweighted graph
  • A source vertex
  • A destination vertex

Returning as output:

  • A boolean value indicating whether there is a path between the source and destination.

You can use anything for variable/function names (but be consistent within your solution)

0 0
Add a comment Improve this question Transcribed image text
Answer #1


we can use DFS or BFS to check path between two nodes...

Add a comment
Know the answer?
Add Answer to:
hello there ,, can anyone give the solution of this Assuming a graph is represented as...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT