I know how to apply Kleene star on language but I'm not sure how would I apply it to DFA or NFA. I'm pretty sure it would need to be epsilon NFA with initial state that is final and final states might need epsilon transition to that initial state?
Is there any algorithm for this? How would this DFA that accepts words that starts with 0
and end with 1
look after Kleene star was applied to it?