Vanshika153/Pattern_Matching_Visualizer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
DAA Project Pattern Matching Visualizer 1. npm install 2. npm run dev 3. Open http://localhost:5173 Features: * KMP + Boyer–Moore (Bad Char + Good Suffix) * Visual comparison grid with colored cells * Run resets and highlights all match start positions immediately * Prev/Next step navigation -Vanshika Goyal