commit e1d2d4206c78089b0890e7984531b391c6c456bf parent 2400a7499548bb28205b862d51ae6432fd9d4ed5 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]