Storing GraphsLast updated Jan 23, 2022 Edit SourceCs data structuresThere are three main ways of storing Graphs in your program:Edge ListAdjacency MapAdjacency Matrix