mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-27 12:04:49 +08:00
Update backtracking/magic_sequence.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -99,7 +99,6 @@ void solve(sequence_t* s, std::list<sequence_t>* ret, unsigned int depth = 0) {
|
||||
}
|
||||
|
||||
} // namespace magic_sequence
|
||||
|
||||
} // namespace backtracking
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user