mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-28 04:24:26 +08:00
Update backtracking/magic_sequence.cpp
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user