
| Question 6: What
is the least number of colors required to color the vertices in the
graph below, so that vertices which are connected by an edge get
different colors? |
Question 7: What is the least number of colors required to color the vertices in the graph below, so that vertices which are connected by an edge get different colors? |
![]() |
![]() |


| he language of the DFA to
the right is: {011, 0011, 1011, 00011, 01011, 10011, 11011, ...}, That is, the set of all strings which end in "011". |
![]() |
| The language of the DFA to
the right is: {0, 1, 01, 10, 010, 101, 0101, 1010, ...}. That is, the set of all strings which have no two consecutive symbols the same |
![]() |
| This DFA, taken from the
website: http://www.netaxs.com/people/nerp/automata/dfa1.gif accepts all strings which contain an even number of 0s and an even number of 1s. |
![]() |
| This DFA accepts the
language: {0, 1, 00, 01, 10, 11, 000, 001, 010, 100, 101, 110, 111, 0000, 0001, ...}, That is, the set of all strings which do not contain "011" as a substring. |
![]() |
| This DFA accepts the language: {0, 1, 000, 001, 010, 011, 100, 101, 110, 111, 00000, 00001, 00010, 00011, 00100, ...}, That is, the set of strings with an odd number of symbols. |
![]() |
| Question 11:
What
is the language of the DFA shown to the right? |
![]() |
| Question 12:
What
is the language of the DFA shown to the right? |
![]() |