Update backtracking/magic_sequence.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Jxtopher 2021-07-13 22:56:25 +02:00 committed by GitHub
parent ddd543761f
commit c39b7a0ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,6 @@ using sequence_t = std::vector<unsigned int>;
/**
* @brief print a magic sequence
*
* @param s a magic sequence
*/
void print(const sequence_t& s) {