https://github.com/moritree/string-search
Simple application to visually step through the Boyer-Moore and KMP string search algorithms.
https://github.com/moritree/string-search
Last synced: over 1 year ago
JSON representation
Simple application to visually step through the Boyer-Moore and KMP string search algorithms.
- Host: GitHub
- URL: https://github.com/moritree/string-search
- Owner: moritree
- Created: 2024-06-02T05:03:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T02:43:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T18:04:23.976Z (over 1 year ago)
- Language: Java
- Size: 7.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple Java application to visually step through the Boyer-Moore and KMP string search algorithms.