A robot starts at the top-left corner of an m x n grid. It can only move right or down. Count how many unique paths reach the bottom-right corner. Example: m = , n = . Output: . Example: m = , n = . Output: . The paths are: Right-Right-Down, Right-Down-Right, Down-Right-Right.
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
$ curl repovive.com/roadmaps/maang-interview-prep/dynamic-programming/problem-unique-paths
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████████████████████████████████████████████████████████████████████████████████████████