Jump to content

Deterministic Finite Automaton Problem

- - - - -

  • Please log in to reply
No replies to this topic

#1
AprendizZ

AprendizZ

    Newbie

  • Members
  • Pip
  • 1 posts
Hello,
I need to implement a DFA of binary values who represent numbers divisible by 6 (i.e.: 110, 1000010, 11100100, 100100010010) but this binary value cannot have the serie "101" in any part of the value.
I'm already create a DFA to "divisible by 6":
Posted Image
and another to detect the serie "101" in the binary number:
Posted Image
My problem that I cannot join together this two DFA in one who implement that I want. Any help?! Thanks!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users