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
7966ef22d1
commit
2263f033fe
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#include <algorithm> /// for std::count
|
||||
#include <cassert> /// assert
|
||||
#include <cassert> /// for assert
|
||||
#include <iostream> /// IO operations
|
||||
#include <list> /// std::list
|
||||
#include <numeric> /// std::accumulate
|
||||
|
Loading…
Reference in New Issue
Block a user