NFA without ε-transitions which recognises the language generated by the regular expression:
1(0 + 0(10)*0)0
NFA without ε-transitions which recognises the language generated by the regular expression:
1(0 + 0(10)*0)0
I think you can add a branch in second 0-transitions to take a union operation. It is feasible in NFA. Here is a required NFA.