From ffa3fde34b667dff3ffe011e1f80f43ee02d2f82 Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Tue, 27 Feb 2024 23:14:30 +0100 Subject: add LCA test and remove unused parent in DFS --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b92afb9..718e966 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TESTS = graph/test/binary_lifting.test +TESTS = graph/test/binary_lifting.test graph/test/LCA_sparse.test pdf: latexmk -pdf tcr @@ -21,5 +21,7 @@ clean: graph/test/binary_lifting.test: graph/test/binary_lifting.cpp \ graph/binary_lifting.cpp +graph/test/LCA_sparse.test: graph/test/LCA_sparse.cpp \ + graph/LCA_sparse.cpp datastructures/sparseTable.cpp .PHONY: all pdf test clean -- cgit v1.2.3