mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-20 12:47:35 +00:00
Cleaned up knapsack and images directory (#3972)
This commit is contained in:
parent
ac6a160f1b
commit
c5fb0a9504
Binary file not shown.
Before ![]() (image error) Size: 78 KiB |
Binary file not shown.
Before ![]() (image error) Size: 45 KiB |
@ -1,6 +1,6 @@
|
|||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from . import greedy_knapsack as kp
|
from knapsack import greedy_knapsack as kp
|
||||||
|
|
||||||
|
|
||||||
class TestClass(unittest.TestCase):
|
class TestClass(unittest.TestCase):
|
Loading…
x
Reference in New Issue
Block a user