// word_ladder.hpp
namespace word_ladder {
std::unordered_set<std::string> read_lexicon(std::string const& path);
} // namespace word_ladder