Fix includes and add some comments
This commit is contained in:
@@ -21,7 +21,6 @@ private:
|
||||
// Each SCC has a representative vertex that helps
|
||||
// answer strong connectivity queries in O(1) time
|
||||
T proxy;
|
||||
|
||||
};
|
||||
|
||||
}; // namespace graph
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
#ifndef TRANSITIVE_CLOSURE_H_
|
||||
#define TRANSITIVE_CLOSURE_H_
|
||||
|
||||
#include "digraph.h"
|
||||
|
||||
namespace graph {
|
||||
|
||||
// Transitive closure matrix class to answer reachability queries
|
||||
template<typename T>
|
||||
class TransitiveClosure {
|
||||
public:
|
||||
TransitiveClosure() = default;
|
||||
};
|
||||
|
||||
} // namespace graph
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user