mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 06:26:05 +08:00
Update backtracking/magic_sequence.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -62,7 +62,7 @@ bool is_magic(const sequence_t& s) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Filtering of sub-solutions
|
||||
* @brief Sub-solutions filtering
|
||||
*
|
||||
* @param s a magic sequence
|
||||
* @param depth
|
||||
|
||||
Reference in New Issue
Block a user