24.下列何者是下圖的一組以 g 為起點的深度優先搜尋(Depth-First Search)拜訪順序?(A) g→h→e→c→b→a→f→d(B) g→h→f→e→c→d→b→a(C) g→e→c→b→a→h→f→d(D) g→f→e→c→b→a→d→h(E) g→f→h→e→c→b→d→a