...

/

Introduction to Graphs

Introduction to Graphs

Learn what is directed and undirected graphs, why do we need such graphs, how we build such graphs and what are some real-life use cases of these types of graphs.

Undirected graphs: Graphs with no direction

As we had discussed in the previous lesson about how we represent graphs, we had also touched a little bit on what types of graphs we actually have.

We all must acknowledge the fact that actually there aren’t any set rules around how a node should be connected to another node in a graph.

Edges can connect any two nodes in any way possible.

Before talking more about this, do we all appreciate that trees are nothing but just a more restricted ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy