mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00: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
|
||||
|
||||
from . import greedy_knapsack as kp
|
||||
from knapsack import greedy_knapsack as kp
|
||||
|
||||
|
||||
class TestClass(unittest.TestCase):
|
Loading…
Reference in New Issue
Block a user