Minor project updates and add 2 example datasets
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
#ifndef DIRECTED_ACYCLIC_GRAPH_H_
|
||||
#define DIRECTED_ACYCLIC_GRAPH_H_
|
||||
|
||||
#include "digraph.h"
|
||||
|
||||
namespace graph {
|
||||
|
||||
template<typename T>
|
||||
class DirectedAcyclicGraph {
|
||||
public:
|
||||
DirectedAcyclicGraph() = default;
|
||||
};
|
||||
|
||||
} // namespace graph
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user