Example #1
0
"""Euler - Problem 18

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

__author__ = "Andrew Phoenix"

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

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

__author__ ="Andrew Phoenix"

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


Example #3
0
"""Euler - Problem 18

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

__author__ = "Andrew Phoenix"

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

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

__author__ = "Andrew Phoenix"

import traverse

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