I want to test whether two languages have a string in common. Both of these languages are from a subset of regular languages described below and I only need to know whether
I just did a quick search and this problem is decidable (aka can be done), but I don't know of any good algorithms to do it. One is solution is:
I know this might be a little hard to follow but this is only way I know how.