Assuming A is the starting vertex for DFs, which vertices are in the stack after the B с second iteration of the while loop? A D E ОА, ЕС ОА, С, D OACE O A,D,E Question 22 (1 point) Recursive DFS is run on the following graph. Assuming E is the starting vertex, which of the following is the call to the function? B с A D E OOOO RecursiveDFSC) O RecursiveDFS(E) O RecursiveDFSA) Recursive DFSA E