Update backtracking/magic_sequence.cpp

This commit is contained in:
David Leal
2021-07-13 15:20:40 -05:00
committed by GitHub
parent d88ca66c0a
commit d3bcf56a2c

View File

@@ -100,7 +100,7 @@ void solve(sequence_t* s, std::list<sequence_t>* ret, unsigned int depth = 0) {
} // namespace backtracking
/**
* @brief tests
* @brief Self-test implementations
*
* @returns void
*/