Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: Aiuka Narankaev - Fall 2021 MAT1630
Path: Discussions/11.17.ipynb
Views: 30Image: ubuntu2004
Kernel: Python 3 (system-wide)
Count the number of distinct paths from the start to the end of the 5x5 maze.
In [3]:
In [4]:
In [5]:
Out[5]:
10
Thus, we have 10 distinct paths to the end of the maze.
In [0]: