Graph Representation with adjacency matrix and adjacency List

By: Prof. Dr. Fazal Rehman | Last updated: February 3, 2024

How to Represent Graph  with adjacency matrix and adjacency List

Graph representation with adjacency matrix, adjacency list in data structures
Graph representation with adjacency matrix, adjacency list in data structures

Adjacency Matrix

complexity of Adjacency Matrix

The complexity of Adjacency Matrix is O(V2).

Adjacency List

 

 

Leave a Comment

All Copyrights Reserved 2025 Reserved by T4Tutorials