mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 14:36:25 +08:00
Update backtracking/magic_sequence.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ namespace magic_sequence {
|
||||
using sequence_t = std::vector<unsigned int>;
|
||||
|
||||
/**
|
||||
* @brief print a magic sequence
|
||||
* @brief Print the magic sequence
|
||||
* @param s a magic sequence
|
||||
*/
|
||||
void print(const sequence_t& s) {
|
||||
|
||||
Reference in New Issue
Block a user