예제 #1
0
"""Euler - Problem 18

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

__author__ = "Andrew Phoenix"

import traverse
traverse.triangle('triangles/67.txt')
예제 #2
0
"""Euler - Problem 18

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

__author__ ="Andrew Phoenix"

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


예제 #3
0
"""Euler - Problem 18

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

__author__ = "Andrew Phoenix"

import traverse
traverse.triangle('triangles/18.txt')
예제 #4
0
"""Euler - Problem 18

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

__author__ = "Andrew Phoenix"

import traverse

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