Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 919 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 919 Bytes

Deterministic Finite Automaton

A Deterministic Finite Automaton (short DFA) is a finite state machine, that checks if a string of characters follows certain rules. It's bascally another way to represent a Regular Expression, but just have a look at the Swift Playground Book if you want to learn more.

Screenshot

How to get the Playground Book

My WWDC19 Scholarship Application

I built this Playground Book in a few days as part of my WWDC19 Scholarship Application and luckily got accepted!