Hi, I am a linguistics and I start to read some books about Nlp. I have to design a non-deterministic automaton and regular expression over the alphabet {a,b,c} that accept all and only those strings that contain exactly three a's, three b's, or three c's, not necessarily consecutively .for example; strings l.ike {aaa, abaab, abbcccccccccccbaaa,cbccbbbbbbb,..} is accepted.
Thanks all
Thanks all