Miking98 / Triangle-Problem

Find the maximum cost path in a triangle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Triangle-Problem

Find the maximum cost path in a triangle

triangle_prob.java reads input from triangle_input.txt, then calculates the maximum cost path to traverse from the root node of the triangle represented in triangle_input.txt to the bottom of it.

Original problem here: http://projecteuler.net/problem=18

About

Find the maximum cost path in a triangle


Languages

Language:Java 100.0%