From 98141975f919f60b37d1cd54bb662afc9fa3fb20 Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Fri, 7 Jun 2024 18:28:58 +0200 Subject: treap: use references instead of pointers and add very basic tests --- TestMakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TestMakefile') 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 -- cgit v1.2.3