#ifndef FIND_SHORTEST_SEQUENCES_FROM_TO_H #define FIND_SHORTEST_SEQUENCES_FROM_TO_H #include #include #include #include #include std::vector FindShortestSequencesFromTo( char from, char to, std::function(char, char)> apply_cmd); #endif