You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application reads triangle numbers from the standard input. After that is done it finds,
if possible, min path sum. Time complexity of the algorithm is O(N^2) where N is the number of rows.