From c0b471ee30185a5cb461e230c8b6dc660c467478 Mon Sep 17 00:00:00 2001 From: Jxtopher <39927513+Jxtopher@users.noreply.github.com> Date: Thu, 15 Jul 2021 12:13:28 +0200 Subject: [PATCH] Update backtracking/magic_sequence.cpp Co-authored-by: David Leal --- backtracking/magic_sequence.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backtracking/magic_sequence.cpp b/backtracking/magic_sequence.cpp index d7c755a6b..4c942b5d3 100644 --- a/backtracking/magic_sequence.cpp +++ b/backtracking/magic_sequence.cpp @@ -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 /// for std::count