Construct DFA equivalent to NFA

The transition table of M is given below:

Construct DFA equivalent to NFA

For the equivalent DFA:
i. The states are subsets of Q ={q0, q1, q2, q3, q4}
ii. [q0] is the initial state.
iii. The subsets of Q containing q3 or q4 are the final states.
iv. δ is defined by the transition table. We start from [q0] and construct δ, only for those states reachable from [q0].