Exemplo n.º 1
0
"""Euler - Problem 18

Find the best path through the triangle 18.txt"""

__author__ = "Andrew Phoenix"

import traverse
traverse.triangle('triangles/67.txt')
Exemplo n.º 2
0
"""Euler - Problem 18

Find the best path through the triangle 18.txt"""

__author__ ="Andrew Phoenix"

import traverse
traverse.triangle('triangles/67.txt')


Exemplo n.º 3
0
"""Euler - Problem 18

Find the best path through the triangle 18.txt"""

__author__ = "Andrew Phoenix"

import traverse
traverse.triangle('triangles/18.txt')
Exemplo n.º 4
0
"""Euler - Problem 18

Find the best path through the triangle 18.txt"""

__author__ = "Andrew Phoenix"

import traverse

traverse.triangle("triangles/18.txt")