Update backtracking/magic_sequence.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Jxtopher 2021-07-15 12:13:28 +02:00 committed by GitHub
parent 9ac4902940
commit c0b471ee30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
* sequence since $0$ occurs $6$ times in it, $1$ occurs twice, etc."
* Quote taken from the [CSPLib](https://www.csplib.org/Problems/prob019/) website
*
* @author [Jxtopher](https://github.com/jxtopher)
* @author [Jxtopher](https://github.com/Jxtopher)
*/
#include <algorithm> /// for std::count