mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-04 08:50:41 +08:00
Cleaned up knapsack and images directory (#3972)
This commit is contained in:
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):
|
Reference in New Issue
Block a user