I have exam coming up and I need help with this:
Describe a Turing Machine that accepts the language of all non-negative decimal integers that are multiples of 3
Thank you :)
I have exam coming up and I need help with this:
Describe a Turing Machine that accepts the language of all non-negative decimal integers that are multiples of 3
Thank you :)
Copyright © 2021 JogjaFile Inc.
HINTS:
See the suggestion made in the comments by Thomas and Tara. If you’re not familiar with divisibility tests, see here; this is useful general information.
This language is regular: it can be recognized by a finite state automaton. Try designing that first and then converting it to a Turing machine.