示例#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")