Skip to content

Commit c5fb0a9

Browse files
authoredNov 27, 2020
Cleaned up knapsack and images directory (TheAlgorithms#3972)
1 parent ac6a160 commit c5fb0a9

7 files changed

+1
-1
lines changed
 

‎images/Travis_CI_fail_1.png

-78.4 KB
Binary file not shown.

‎images/Travis_CI_fail_2.png

-44.6 KB
Binary file not shown.

‎images/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

‎greedy_method/test_knapsack.py renamed to ‎knapsack/tests/test_greedy_knapsack.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 . import greedy_knapsack as kp
3+
from knapsack import greedy_knapsack as kp
44

55

66
class TestClass(unittest.TestCase):
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.