mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Cleaned up knapsack and images directory (#3972)
This commit is contained in:
parent
ac6a160f1b
commit
c5fb0a9504
Binary file not shown.
Before Width: | Height: | Size: 78 KiB |
Binary file not shown.
Before Width: | Height: | 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…
Reference in New Issue
Block a user