Update misc

This commit is contained in:
stefiosif
2022-09-16 15:17:32 +03:00
parent ae193d5f69
commit 037560949d
5 changed files with 7 additions and 40 deletions

View File

@@ -1,14 +0,0 @@
#include <doctest/doctest.h>
#include "algorithm/decremental_scc.h"
#include "algorithm/frigioni.h"
using namespace graph;
TEST_SUITE("Fully dynamic algorithms") {
TEST_CASE("Fully dynamic 1") {
}
}