Introduction - If you have any usage issues, please Google them yourself
The project#1 calculates all possible routes from A to L of the map using C language. The input is the matrix from developing the map of a subway system. In the matrix, the one stands for the two points are connected, and the zero stands for the two points are not connected. The output will list all possible routes from A to L and then tell you the number of all possible routes is.