Skip to content

Conversation

@PresenceOP-Coder
Copy link
Contributor

Description

Added KMP Search algorithm visualization to the Dynamic Programming section. The implementation includes:

  • Integrated KMP Search page into the Dynamic Programming main page sidebar
  • Added collapsible "What is KMP Search Algorithm?" information section (similar to Rod Cutting)
  • Fixed import path in KMPSearch.jsx to use the correct component location
  • Removed all comments from the KMP visualizer component as requested

Users can now access the KMP Search visualization from the Dynamic Programming page dropdown menu, and learn about the algorithm through the informational section that explains the two-phase approach (LPS Table construction and pattern searching).

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

List any issues that this pull request closes.

Checklist

@adityacosmos24 adityacosmos24 merged commit 466b7df into OPCODE-Open-Spring-Fest:main Nov 10, 2025
5 of 6 checks passed
@PerHac13
Copy link

has been reevaluated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants