CSES - Number of paths

Construct a graph that has exactly 100100 different paths from the node 11 to the node nn. You are free to choose nn and the edges in the graph.

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

Fill in here the code that creates the graph: