By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23.
3*
7* 4
2 4* 6
8 5 9* 33 + 7 + 4 + 9 = 23
Find the maximum total from top to bottom of a given triangle.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers149
Suggested Problems
-
Find the sum of all the numbers of the input vector
54878 Solvers
-
Find the two most distant points
2956 Solvers
-
2543 Solvers
-
Smallest distance between a point and a rectangle
280 Solvers
-
Highly divisible triangular number (inspired by Project Euler 12)
168 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I am having trouble understanding the concept, for e.g - tril(magic(10)), what I understand is 92+98+81+87+93+76+89+97+78+84=875, which is incorrect acc to the test suite