- DFA for the language of string over {0.1} in which each string end with 11
- DFA accepting the string over {a,b} such that each string does not end with ab
- DFA for the language of string over {a,b} such that each string contain aba as substring
- DFA for the language of string over {0,1} such that each string start with 01
- DFA for the language of string over {0,1} such that set of all string ending in 00
- DFA for the language of string over {0,1} such that set of strings with 011 as a substring