Skip to content

Commit f744ce7

Browse files
author
bansal
committed
[Activity selection]
1 parent 20551f1 commit f744ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

greedy_algorithms/activity_selection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// The following implementation assumes that the activities
44
// are already sorted according to their finish time
5-
#include <bits/stdc++.h>
5+
#include <iostream>
66
using namespace std;
77

88
// Prints a maximum set of activities that can be done by a

0 commit comments

Comments
 (0)