diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-06-07 18:28:58 +0200 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-06-07 18:28:58 +0200 |
| commit | 98141975f919f60b37d1cd54bb662afc9fa3fb20 (patch) | |
| tree | ad50d9c92afd0807f62b702ce32e754f5b35ab02 /TestMakefile | |
| parent | b92d031819ee9451006ec9b67e21713aff62ed1b (diff) | |
treap: use references instead of pointers and add very basic tests
Diffstat (limited to 'TestMakefile')
| -rw-r--r-- | TestMakefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TestMakefile b/TestMakefile index 59a902f..58d2678 100644 --- a/TestMakefile +++ b/TestMakefile @@ -13,10 +13,11 @@ TESTS := \ datastructures/test/waveletTree \ datastructures/test/fenwickTree \ datastructures/test/fenwickTree2 \ - datastructures/test/monotonicConvexHull \ - datastructures/test/persistent \ + datastructures/test/treap2 \ datastructures/test/sparseTable \ datastructures/test/sparseTableDisjoint \ + datastructures/test/monotonicConvexHull \ + datastructures/test/persistent \ graph/test/binary_lifting \ graph/test/LCA_sparse \ math/test/binomial0 |
