CSES - Number of paths

Construct a graph that has exactly 100 different paths from the node 1 to the node n. You are free to choose n and the edges in the graph.

Verify that the class CountPaths in the course material reports the number of paths as 100.

Fill in here the code that creates the graph: