Skip to content

Commit 6ce882c

Browse files
committed
Updated __init__.py
1 parent 5a0946e commit 6ce882c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pygorithm/greedy_algorithm/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
from . import fractional_knapsack
55

66
__all__ = [
7-
'fractional_knapsack'
7+
'fractional_knapsack',
8+
'activity_selection',
89
]

0 commit comments

Comments
 (0)