Cleaned up knapsack and images directory (#3972)

This commit is contained in:
Dhruv Manilawala
2020-11-27 15:27:12 +05:30
committed by GitHub
parent ac6a160f1b
commit c5fb0a9504
7 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

View File

View File

@ -1,6 +1,6 @@
import unittest
from . import greedy_knapsack as kp
from knapsack import greedy_knapsack as kp
class TestClass(unittest.TestCase):