Minor project updates and add 2 example datasets

This commit is contained in:
stefiosif
2022-08-08 22:22:52 +03:00
parent 484d90482f
commit 433955e2cf
7 changed files with 3818 additions and 26 deletions

View File

@@ -0,0 +1,14 @@
#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") {
}
}