Esempio 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')
Esempio 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')


Esempio 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')
Esempio 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")