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$