mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-09 21:47:07 +08:00
Update backtracking/magic_sequence.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ void print(const sequence_t& s) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Check if it's a magic sequence
|
||||
* @brief Check if the sequence is magic
|
||||
*
|
||||
* @param s a magic sequence
|
||||
* @return true if is a magic sequence
|
||||
|
||||
Reference in New Issue
Block a user