mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-08 04:59:21 +08:00
Update backtracking/magic_sequence.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
* @brief Backtracking algorithms
|
* @brief Backtracking algorithms
|
||||||
*/
|
*/
|
||||||
namespace backtracking {
|
namespace backtracking {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @namespace magic_sequence
|
* @namespace magic_sequence
|
||||||
* @brief Functions for the [Magic sequence](https://www.csplib.org/Problems/prob019/) implementation
|
* @brief Functions for the [Magic sequence](https://www.csplib.org/Problems/prob019/) implementation
|
||||||
|
|||||||
Reference in New Issue
Block a user