Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 280 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 280 Bytes

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