Quiz: Trees, Stacks, and Queues Questions

Browse questions from Quiz: Trees, Stacks, and Queues. Each question has options and an explanation.

Questions — Page 1 of 1

  1. How many children can each node have in a binary tree?
  2. A binary tree node can have at most two children.
  3. What is the BST rule for the left subtree?
  4. In a BST, the right subtree normally contains greater keys.
  5. Which data structure is LIFO?
  6. A stack is FIFO.
  7. Which data structure is commonly used for BFS?
  8. A queue is FIFO.

Browse questions

Quiz overview

Open on QuizMaker