#ifndef FIND_SHORTEST_SEQUENCES_H #define FIND_SHORTEST_SEQUENCES_H #include #include #include #include #include std::vector FindShortestSequences( std::string_view code, std::function(char, char)> apply_cmd); #endif