{w belongs to all string patterns as a^i b^j a^k | i+j=even and j+k =odd}
draw a DFA and find its regular language.
please note here, i have put comma in between the format of aba string just for easy understanding for all viewers.
what i have done so far is , the 2 possible condition should be 1) i=even, j=even, k=odd 2) or i=odd, j=odd, k=even
Can you tell me if b, ba, bba, bbbbbaba,aaaba are accepted or not??
