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 | 1 | ||||
| -rw-r--r-- | test/math/permIndex.cpp | 1 |
6 files changed, 0 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/linearRecurrence.cpp b/test/math/linearRecurrence.cpp index f0ebe76..8640980 100644 --- a/test/math/linearRecurrence.cpp +++ b/test/math/linearRecurrence.cpp @@ -6,7 +6,6 @@ vector<ll> mul(const vector<ll>& a, const vector<ll>& b) { return mulSlow(a, b); } - struct RandomRecurence { vector<ll> f, c, cache; RandomRecurence(int n) : f(Random::integers<ll>(n, 0, mod)), c(Random::integers<ll>(n, 0, mod)), cache(f) {} 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() { |
