I need to Design an efficient decision procedure to determine if the language accepted by a non-deterministic Finite state machine is empty.
I know machine doesn't accepting string if there is no path from initial state to final state.
But I'm struggling in how to prove that or design procedure.
Thanks