How do the kleene plus operators apply here?

28 Views Asked by At

(cd+)+?

I have cd+ to {cd, cdd, cddd, ...} but I do not understand how to apply the + from the parenthesis.

I saw that if it is like (d*)* then it is same as d* but here its not just d* in it but c without * or + and that is confusing me.

0

There are 0 best solutions below