Skip to content

Betim-Hodza/DFA_Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DFA Practice

  • this is a repo where I'm programming concepts from theortical CS
  • the goal is to practice these concepts and learn mojo language

DFA1

  • {w | w starts with 0 }
  • accepts only strings in {0, 1} that start with 0

DFA_2

  • {w | w begins with 1 ends with 0 }
  • q0 = start state
  • q2 = accepting state

DFA_3

  • written in C
  • {w | w contains the substring "ab"}
  • sigma = {a,b}

About

Practice on DFA's from computational theory in Mojo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published