Merge pull request #269 from cclauss/patch-3

Fix Python 2 syntax error in matrix_chain_order.py
This commit is contained in:
Harshil 2018-03-19 08:59:21 +05:30 committed by GitHub
commit 92484f26af
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