Skip to content

Commit 03a1a63

Browse files
committed
specify the greedy approach solution
1 parent cf1bf37 commit 03a1a63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Techgig/CodeGladiators/OptimalReordering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
7
8585
"""
8686

87-
#Greedy approach may be right/generic solution
87+
#Greedy approach may not be right/generic solution
8888
def optimalReOrder(g_rev,oppo,N):
8989
arr1 = g_rev.copy()
9090
arr2 = oppo.copy()

0 commit comments

Comments
 (0)