From 9ac4902940f19b33b0dc4891877ccbdc1e0a866c Mon Sep 17 00:00:00 2001 From: Jxtopher <39927513+Jxtopher@users.noreply.github.com> Date: Thu, 15 Jul 2021 12:13:21 +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 dbe930f96..d7c755a6b 100644 --- a/backtracking/magic_sequence.cpp +++ b/backtracking/magic_sequence.cpp @@ -1,7 +1,7 @@ /* * @brief [Magic sequence](https://www.csplib.org/Problems/prob019/) implementation * - * @details Solve the magic sequence problem with a backtraking + * @details Solve the magic sequence problem with backtracking * * "A magic sequence of length $n$ is a sequence of integers $x_0 * \ldots x_{n-1}$ between $0$ and $n-1$, such that for all $i$