From 2f51ca73d584d88196c82e20ce7bc4663b029247 Mon Sep 17 00:00:00 2001 From: teapotd <4314728+teapotd@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:13:57 +0100 Subject: [PATCH] tests: Update status --- tests/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/README.md b/tests/README.md index ae9ea90..9980778 100644 --- a/tests/README.md +++ b/tests/README.md @@ -16,7 +16,7 @@ | graphs/dense_dfs | | | | | | graphs/directed_mst | | | | ✓ | | graphs/dominators | | | | ✓ | -| graphs/edge_color_bipart | | | | ✓ | +| graphs/edge_color_bipart | | | | example only... | | graphs/edge_color_vizing | | | | | | graphs/flow_edmonds_karp | | | | | | graphs/flow_min_cost | | ✓ | | | @@ -78,11 +78,6 @@ | segtree/point_fixed | ✓ | ✓ | | | | segtree/point_persistent | ✓ | ✓ | | | | structures/bitset_plus | | | | | -| structures/ext/rope | | | | | -| structures/ext/tree | | | | | -| structures/ext/hash_table | | | | | -| structures/ext/heap | | | | | -| structures/ext/trie | | | | | | structures/fenwick_tree | | | | modify, query | | structures/fenwick_tree_2d | | | | | | structures/find_union | | | | ✓ |