+0  
 
0
3
6
0
avatar+483 

Find the number of paths from A to B in the grid below, so that
* Each step is down or to the right.
* The path cannot pass through any point more than once.


An example path is shown.

 

The grid is 3 by 3, with A at the upper-left, and B at the lower-right.

 
 Apr 17, 2025

0 Online Users