Topic: Graph Theory Problem / Level: beginner

Problem: Implement a function to print the adjacency matrix of a directed graph in lexicographical order.

Run the code to see the output here...