Skip to content

Conversation

sowmya-rebbavarapu
Copy link

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.

@@ -0,0 +1,15 @@
export default function detectCycle(linkedList) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we check for the existence of linked list.head before referring in
if (!linkedList.head) return;

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

@shresthamall shresthamall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@Mt080910
Copy link

Mt080910 commented Aug 6, 2025

github.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Readme for permutations has broken image
4 participants