Home > Data Structures and Algorithms 🚀 > Draw a Graph > Implementing Graphs: Edge List, Adjacency List, Adjacency Matrix Show previous contentBuild your intuition. Fill in the missing part by typing it in.What is the type of graph that represents two-way relationships? In this type, an edge can be traversed in both directions.Write the missing line below.SubmitReveal answer Show following content