Update backtracking/magic_sequence.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Jxtopher
2021-07-13 13:29:37 +02:00
committed by GitHub
parent 13f618dabb
commit dbc783b24a

View File

@@ -62,7 +62,7 @@ bool is_magic(const sequence_t& s) {
}
/**
* @brief Filtering of sub-solutions
* @brief Sub-solutions filtering
*
* @param s a magic sequence
* @param depth