We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20551f1 commit f744ce7Copy full SHA for f744ce7
greedy_algorithms/activity_selection.cpp
@@ -2,7 +2,7 @@
2
3
// The following implementation assumes that the activities
4
// are already sorted according to their finish time
5
-#include <bits/stdc++.h>
+#include <iostream>
6
using namespace std;
7
8
// Prints a maximum set of activities that can be done by a
0 commit comments