Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 430 Bytes

Week06Day04.md

File metadata and controls

8 lines (5 loc) · 430 Bytes

Coding Challenges

  1. Write the function for converting adjacency matrix to adjacency list for unweighted graphs [Directed and Undirected]

Assignments

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