mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 02:25:57 +08:00
Update backtracking/magic_sequence.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user