The process to convert NFSA to a DFSA.
- Draw all possible set of states, these will represent the states of the DFSA, also add
- Draw the transitions of the initial state sets of size 1, indicating which set of states this transition can route to
- For all state sets of size bigger than 1, union the set transitions of the sets of size 1 to get the new set