Skip to content

rct225/triangle-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

triangle-puzzle

Code to solve puzzles like the following example

Triangle By starting at the top of the triangle and moving to adjacent numbers on the row below, the maximum total from top to bottom is 27.

      5
    9  6
  4   6  8
0   7  1   5

I.e. 5 + 9 + 6 + 7 = 27.

About

Solving a triangle puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages