Skip to content

Conversation

@PresenceOP-Coder
Copy link
Contributor

Description

Implemented Rabin-Karp String Matching Algorithm visualization.
The visualizer demonstrates how hash values are calculated and compared for pattern matching.
Includes step-by-step animation of sliding the pattern over the text, recalculating rolling hashes, and detecting matches.
Integrated into the String Matching section of the visualizer with proper navigation and styling for consistency.

Semver Changes

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

Issues

Closes #95

Checklist

@PresenceOP-Coder
Copy link
Contributor Author

@adityacosmos24 review plz

@PresenceOP-Coder
Copy link
Contributor Author

@adityacosmos24 review

@PresenceOP-Coder
Copy link
Contributor Author

@adityacosmos24 plz review its about to end

@adityacosmos24 adityacosmos24 merged commit 523716b into OPCODE-Open-Spring-Fest:main Nov 15, 2025
5 of 6 checks passed
@PresenceOP-Coder
Copy link
Contributor Author

@adityacosmos24 tq

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.

[Feature]: Implement Rabin Karp Algo Visuals

2 participants