https://github.com/tberchanov/substring_searcher
Program that searches substrings by finite-state machine.
https://github.com/tberchanov/substring_searcher
finite-state-machine java javafx
Last synced: 2 months ago
JSON representation
Program that searches substrings by finite-state machine.
- Host: GitHub
- URL: https://github.com/tberchanov/substring_searcher
- Owner: tberchanov
- Created: 2017-05-28T14:23:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T07:18:12.000Z (about 4 years ago)
- Last Synced: 2025-01-05T09:30:31.463Z (4 months ago)
- Topics: finite-state-machine, java, javafx
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Substring_Searcher
Program that searches substrings by finite-state machine.Description of finite automata algorithm: https://www.ics.uci.edu/~eppstein/161/960222.html
This project is a coursework in unversity.
Used technologies:
- Java
- JavaFx
- Finite automata algorithm