mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update backtracking/magic_sequence.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
95d18ce1e5
commit
0a8c1d3f91
@ -45,8 +45,8 @@ void print(const sequence_t& s) {
|
||||
/**
|
||||
* @brief Check if the sequence is magic
|
||||
* @param s a magic sequence
|
||||
* @return true if is a magic sequence
|
||||
* @return false otherwise
|
||||
* @returns true if it's a magic sequence
|
||||
* @returns false if it's NOT a magic sequence
|
||||
*
|
||||
*/
|
||||
bool is_magic(const sequence_t& s) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user