retagged by
144 views

1 Answer

Related questions

1.1k
views
2 answers
2 votes
iarnav asked Aug 29, 2017
1,096 views
input {a,b} Write R.E where every b is followed by at least 2 K a's? (K is +ve integer)
1.0k
views
2 answers
0 votes
iarnav asked Mar 14, 2019
1,027 views
Given L = { 0*1 + 0 + 1* + 10*1}where + symbol is UNION and NOT positive closure.Please draw the Minimal DFA for this.
1.2k
views
1 answers
3 votes
ashishgateashish asked Mar 13, 2018
1,222 views
Part A:Given : (b|ab*ab*)* How can it be interpreted as:1.((b+ab*)ab*)* 2.(b+(ab*ab*))*3.((b+a)b*ab*)*Part B:1.What will be its NFA ? 2.Can we draw a direct MINIMAL DFA for such questions?
85
views
0 answers
0 votes
KartikS asked Jun 18
85 views
Write Regular expression for the set of string over alphabets {a, b} starting with b and ending with odd number of a’s or even number of b’s.