- Write the function for converting adjacency matrix to adjacency list for unweighted graphs [Directed and Undirected]
- Explain how adjacency list and adjacency matrix are able to logically present a non-linear data structure, even though they are themselves linear.
- Write the function for converting adjacency matrix to adjacency list for weighted graphs [Directed and Undirected]