Back to Browse

[CSES][Introductory Problems] Grid Paths

6.9K views
Apr 25, 2021
25:02

https://cses.fi/problemset/task/1625 In this problem we need to find the number of valid paths from the upper left corner to the lower left corner in a 7x7 grid using move UP, DOWN, RIGHT, and LEFT. We prune the search space by removing branches that create multiple components of unvisited cells.

Download

1 formats

Video Formats

360pmp431.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

[CSES][Introductory Problems] Grid Paths | NatokHD