commit 5baa116c8888451bf4ab20a6ecc37813603d38de parent 1d051d5074287db2a6a054e86f1a8a451d6e80d2 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Wed, 21 May 2025 09:00:10 +0200 commit with codex Diffstat:
| permutation_in_place | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/permutation_in_place b/permutation_in_place @@ -2,6 +2,7 @@ [Computational_problem] of applying a [permutation] in-place to an [array] -cf [dudek2021strictly] +- [dudek2021strictly] +- [cook1987problems] Up: [permutation]