Skip to content

Commit 5a9db3f

Browse files
committed
Update problem 329 - Longest Increasing Path In A Matrix
1 parent f233081 commit 5a9db3f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/dynamic_programming/longest_increasing_path_in_a_matrix_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import unittest
22

3-
from problems.dynamic_programming.lonest_increasing_path_in_a_matrix import LongestIncreasingPathInAMatrix
3+
from problems.dynamic_programming.longest_increasing_path_in_a_matrix import LongestIncreasingPathInAMatrix
44

55

66
class TestLongestIncreasingPathInAMatrix(unittest.TestCase):

0 commit comments

Comments
 (0)