Skip to content

Deterministic finite automata (or DFA) are finite state machines that accept or reject strings of characters by parsing them through a sequence that is uniquely determined by each string. This is an implementation of a DFA in Java.

Notifications You must be signed in to change notification settings

aybberrada/DFA-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Deterministic finite automata

image Deterministic finite automata (or DFA) are finite state machines that accept or reject strings of characters by parsing them through a sequence that is uniquely determined by each string.

This is an implementation of a DFA in Java.

About

Deterministic finite automata (or DFA) are finite state machines that accept or reject strings of characters by parsing them through a sequence that is uniquely determined by each string. This is an implementation of a DFA in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages