I\'m practicing my coding skills and trying to solve Path with Maximum Gold problem from LeetCode. My current code is below
from typing import List class Solutio