Update backtracking/magic_sequence.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Jxtopher
2021-07-14 08:13:18 +02:00
committed by GitHub
parent 6663406f53
commit 95d18ce1e5

View File

@@ -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) {