Question

     Which of the following data structure is linear

    type?
    A Tree Correct Answer Incorrect Answer
    B Binary Tree Correct Answer Incorrect Answer
    C Queue Correct Answer Incorrect Answer
    D Graph Correct Answer Incorrect Answer

    Solution

    a queue is a collection of entities that are maintained in a sequence and can be modified by the addition of entities at one end of the sequence and the removal of entities from the other end of the sequence.

    Practice Next