From 0827a5f1406effbb76fd18718828568c274b4e8b Mon Sep 17 00:00:00 2001 From: DeoJin Date: Wed, 18 Mar 2026 17:29:30 +0100 Subject: [PATCH] fix: correct permutations README image URL --- src/algorithms/sets/permutations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/sets/permutations/README.md b/src/algorithms/sets/permutations/README.md index 4b6a268adc..d778ddd8c1 100644 --- a/src/algorithms/sets/permutations/README.md +++ b/src/algorithms/sets/permutations/README.md @@ -29,7 +29,7 @@ n * (n-1) * (n -2) * ... * 1 = n! When repetition is allowed we have permutations with repetitions. For example the the lock below: it could be `333`. -![Permutation Lock](https://www.mathsisfun.com/combinatorics/images/combination-lock.jpg) +![Permutation Lock](https://www.mathsisfun.com/combinatorics/images/permutation-lock.jpg) **Number of combinations**