2 2 votes Find the minimum string generated by the below Regular Expression.$\left(\left(ab\right)^*a^+\right)^+bb^+aa^*$$\left(\left(ab\right)^+aba\right)^+aaa$$\left(aaa^*aba^*\right)^+$$\left(a+aa+aaa\right)^+$$a^+b^+$$a^*b^*$$\left(a^*b^*c^+\right)^+$$(a+b+\epsilon)^+$$\left(\left(a+ab\right )aa+aa\right)^+aaa$$\left(ab \cdot aaa \cdot a + a^* \right)^+$ Theory of Computation theory-of-computation regular-expression + – Debargha Mitra Roy 896 views answer comment Share Follow Print See all 8 Comments 8 8 Comments reply ꧁༒☬ĿọŗԀ 🆂🅷🅸🆅🅰☬༒꧂ commented Jul 31, 2024 reply Follow flag @Debargha Mitra Roy minimum no of strings means what ? how many strings generated by these re ? or minimum length of string generated by the given Re ? 0 0 replyShare Debargha Mitra Roy commented Jul 31, 2024 reply Follow flag Minimum length of string generated by the given Regular Expression with explanation pls 🙏 0 0 replyShare Vivek jangir commented Jul 31, 2024 reply Follow flag just put 0 at * and 1 at +, also take care of empty string minimum lengths 4, 8 , 4 ,1 , 2 , 0 ,1 , 0 , 5 , 0 1 1 replyShare Debargha Mitra Roy commented Jul 31, 2024 reply Follow flag Pls write the generated strings also. 0 0 replyShare Vivek jangir commented Jul 31, 2024 reply Follow flag abba, ababaaaa, aaab , a , ab , epsilon , c , epsilon , aaaaa , epsilon 2 2 replyShare ꧁༒☬ĿọŗԀ 🆂🅷🅸🆅🅰☬༒꧂ commented Jul 31, 2024 reply Follow flag @Vivek jangir plz varify $1$ $abba$$2$ $ababaaaa$$3$ $aaab$$4$ a$5$ $ab$$6$ $\epsilon$$7$ $c$$8$ $\epsilon$$9$ $aaaaa$ $10 $ $\epsilon$ 4 4 replyShare Debargha Mitra Roy commented Jul 31, 2024 reply Follow flag Thank You 0 0 replyShare Vivek jangir commented Jul 31, 2024 reply Follow flag 👍... 0 0 replyShare Please log in or register to add a comment.
Best answer 0 0 votes $abba$$ababaaaa$$aaab$$a$$ab$$\epsilon$$c$$\epsilon$$aaaaa$$\epsilon$ Debargha Mitra Roy answered Dec 20, 2024 Debargha Mitra Roy comment Share Follow 0 reply Please log in or register to add a comment.