Question

    If we want to represent the graph as an______ , then it can be implemented as_______. 

    A adjacency list, a linked list. Correct Answer Incorrect Answer
    B adjacency matrix, array Correct Answer Incorrect Answer
    C Both 1 and 2 Correct Answer Incorrect Answer
    D adjacency list, array Correct Answer Incorrect Answer
    E None Correct Answer Incorrect Answer

    Solution

    The correct answer is C

    Practice Next