Practice Problem
Triangle
Difficulty: Medium
Given a triangle array, return the minimum path sum from top to bottom, where at each step you may move to an adjacent number on the row below.
Practice Problem
Difficulty: Medium
Given a triangle array, return the minimum path sum from top to bottom, where at each step you may move to an adjacent number on the row below.