mirror of
https://github.com/guilhermewerner/paa
synced 2025-06-15 21:14:18 +00:00
Two more algorithms
This commit is contained in:
@ -36,6 +36,8 @@ public:
|
||||
void InsertD(int u, int v);
|
||||
void Remove(int u, int v);
|
||||
void RemoveD(int u, int v);
|
||||
void TransitiveClosure();
|
||||
void TransitiveReduction1();
|
||||
void TransitiveReduction2();
|
||||
void TransitiveReduction3();
|
||||
Graph *Clone();
|
||||
};
|
||||
|
Reference in New Issue
Block a user