diff options
Diffstat (limited to 'test/math')
| -rw-r--r-- | test/math/cycleDetection.cpp | 1 | ||||
| -rw-r--r-- | test/math/inversions.cpp | 1 | ||||
| -rw-r--r-- | test/math/kthperm.cpp | 1 | ||||
| -rw-r--r-- | test/math/kthperm_permIndex.cpp | 1 | ||||
| -rw-r--r-- | test/math/linearRecurrence.cpp (renamed from test/math/linearRecurence.cpp) | 2 | ||||
| -rw-r--r-- | test/math/permIndex.cpp | 1 |
6 files changed, 1 insertions, 6 deletions
diff --git a/test/math/cycleDetection.cpp b/test/math/cycleDetection.cpp index bf57aed..1694589 100644 --- a/test/math/cycleDetection.cpp +++ b/test/math/cycleDetection.cpp @@ -1,5 +1,4 @@ #include "../util.h" -#include <datastructures/pbds.cpp> #include <math/cycleDetection.cpp> pair<ll, ll> naive(ll x0, function<ll(ll)> f) { diff --git a/test/math/inversions.cpp b/test/math/inversions.cpp index d2a54b7..bd362eb 100644 --- a/test/math/inversions.cpp +++ b/test/math/inversions.cpp @@ -1,5 +1,4 @@ #include "../util.h" -#include <datastructures/pbds.cpp> #include <math/inversions.cpp> ll naive(const vector<ll>& v) { diff --git a/test/math/kthperm.cpp b/test/math/kthperm.cpp index 16691b9..8115356 100644 --- a/test/math/kthperm.cpp +++ b/test/math/kthperm.cpp @@ -1,5 +1,4 @@ #include "../util.h" -#include <datastructures/pbds.cpp> #include <math/kthperm.cpp> void stress_test() { diff --git a/test/math/kthperm_permIndex.cpp b/test/math/kthperm_permIndex.cpp index d84524e..5e05c73 100644 --- a/test/math/kthperm_permIndex.cpp +++ b/test/math/kthperm_permIndex.cpp @@ -1,5 +1,4 @@ #include "../util.h" -#include <datastructures/pbds.cpp> #include <math/kthperm.cpp> #include <math/permIndex.cpp> diff --git a/test/math/linearRecurence.cpp b/test/math/linearRecurrence.cpp index a5290e5..21a8a7c 100644 --- a/test/math/linearRecurence.cpp +++ b/test/math/linearRecurrence.cpp @@ -1,5 +1,5 @@ #include "../util.h" -#include <math/linearRecurence.cpp> +#include <math/linearRecurrence.cpp> struct RandomRecurence { vector<ll> f, c, cache; diff --git a/test/math/permIndex.cpp b/test/math/permIndex.cpp index 61d34c8..6c77d74 100644 --- a/test/math/permIndex.cpp +++ b/test/math/permIndex.cpp @@ -1,5 +1,4 @@ #include "../util.h" -#include <datastructures/pbds.cpp> #include <math/permIndex.cpp> void stress_test() { |
