javascript-algorithms
javascript-algorithms copied to clipboard
Fix broken image in permutations README
Fixes #2049
This PR resolves a broken image issue in the src/algorithms/sets/permutations/README.md file.
Changes Made:
- Removed references to non-existent or broken image links.
- Retained a relevant and working image illustrating permutations with repetitions (e.g., lock combination).
- Ensured the image is contextually appropriate and correctly rendered in the README.
Additional Note:
Please let me know if the retained image under "Permutations with repetitions" is appropriate, or if you'd prefer a different visual. I'm happy to make adjustments as needed.