Update decremental maintenance of SCC algorithm

This commit is contained in:
stefiosif
2022-06-27 17:45:47 +03:00
parent de29435933
commit e488b309c8
4 changed files with 53 additions and 19 deletions

View File

@@ -10,6 +10,8 @@ namespace graph {
template<typename T>
class SCC : public Graph<T> {
public:
SCC() = default;
SCC(std::map<T, std::set<T>> scc);
//