An open API service indexing awesome lists of open source software.

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.

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