mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-10 05:57:14 +08:00
Update backtracking/magic_sequence.cpp
This commit is contained in:
@@ -29,7 +29,7 @@ namespace backtracking {
|
||||
|
||||
/**
|
||||
* @namespace magic_sequence
|
||||
* @brief Definition and solve magic sequence problem
|
||||
* @brief Functions for the [Magic sequence](https://www.csplib.org/Problems/prob019/) implementation
|
||||
*/
|
||||
namespace magic_sequence {
|
||||
using sequence_t = std::vector<unsigned int>;
|
||||
|
||||
Reference in New Issue
Block a user