mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 22:46:39 +08:00
Update backtracking/magic_sequence.cpp
This commit is contained in:
@@ -75,7 +75,7 @@ bool filtering(const sequence_t& s, unsigned int depth) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief solve magic squance problem
|
||||
* @brief Solve the Magic Sequence problem
|
||||
*
|
||||
* @param s a magic sequence
|
||||
* @param ret list of valid magic sequences
|
||||
|
||||
Reference in New Issue
Block a user