mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update backtracking/magic_sequence.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
ddd543761f
commit
c39b7a0ccd
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user