Update backtracking/magic_sequence.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Jxtopher
2021-07-13 22:56:16 +02:00
committed by GitHub
parent 647a3c4a2e
commit ddd543761f

View File

@@ -46,7 +46,6 @@ 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