Answer
Adding non final state
Work Step by Step
deterministic finite-state automaton that recognizes the same language as the
non deterministic finite state automaton
Add a non final state $s_3$ with transitions to $s_3$ from $s_0$ on input 0,
from $s_1$ on input 1, and from $s_3$ on input 0 or 1.