Skip to content

Commit 92484f2

Browse files
authored
Merge pull request TheAlgorithms#269 from cclauss/patch-3
Fix Python 2 syntax error in matrix_chain_order.py
2 parents 395fa63 + 00a2b90 commit 92484f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dynamic_programming/matrix_chain_order.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import print_function
2+
13
import sys
24
'''
35
Dynamic Programming

0 commit comments

Comments
 (0)