#ifndef H_DD59527C0C7B481DBB78E4BCF068E1CA #define H_DD59527C0C7B481DBB78E4BCF068E1CA #include #include template struct GraphPath { std::vector path; }; template GraphPath breadthSearch(const NodeIterable &nodes, const EdgeIterable &edges); #endif //H_DD59527C0C7B481DBB78E4BCF068E1CA