Graph Representation part 01 - Edge List

Опубликовано: 28 Сентябрь 2024
на канале: mycodeschool
476,800
4.5k

See complete series on data structures here:
   • Data structures  

In this lesson, we have described how we can represent and store a graph in computer's memory as vertex-list and edge-list. We have analyzed the time and space complexities of such a representation.
In next two lessons, we will talk about adjacency matrix and adjacency list representations.

Next Lesson :    • Graph Representation part 02 - Adjace...  

Time Complexity analysis playlist:
   • Time Complexity Analysis  

For practice problems and more, visit: http://www.mycodeschool.com

Like us on Facebook:   / mycodeschool  

Follow us on twitter:   / mycodeschool