Six warehouses A,B,C,D,E,F must be visited by a delivery truck starting at A. The directed routes and costs are:
A→B:2, A→C:4, B→D:7, C→D:1, D→E:3, E→F:5, F→A:6, B→E:2, C→F:8.
Represent this scenario as a directed graph with weighted edges and write its adjacency matrix (use ∞ for no direct route).