Fix Python 2 syntax error in matrix_chain_order.py

This commit is contained in:
cclauss 2018-03-19 02:48:09 +01:00 committed by GitHub
parent 6035672096
commit 00a2b90356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
from __future__ import print_function
import sys
'''
Dynamic Programming