mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 19:17:21 +08:00
Update backtracking/magic_sequence.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
* sequence since $0$ occurs $6$ times in it, $1$ occurs twice, etc."
|
* sequence since $0$ occurs $6$ times in it, $1$ occurs twice, etc."
|
||||||
* Quote taken from the [CSPLib](https://www.csplib.org/Problems/prob019/) website
|
* 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
|
#include <algorithm> /// for std::count
|
||||||
|
|||||||
Reference in New Issue
Block a user