

MCQOPTIONS
Saved Bookmarks
1. |
For general graph, how one can get rid of repeated states? |
A. | By maintaining a list of visited vertices |
B. | By maintaining a list of traversed edges |
C. | By maintaining a list of non-visited vertices |
D. | By maintaining a list of non-traversed edges |
Answer» B. By maintaining a list of traversed edges | |