Update backtracking/magic_sequence.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Jxtopher 2021-07-15 12:13:34 +02:00 committed by GitHub
parent c0b471ee30
commit f889fb4fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,6 @@
* @brief Backtracking algorithms
*/
namespace backtracking {
/**
* @namespace magic_sequence
* @brief Functions for the [Magic sequence](https://www.csplib.org/Problems/prob019/) implementation