pencil-icon
Build your own quiz

Computers

Professional Development

Image

BST

user

48
plays

20 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    In preorder traversal of a binary tree the second step is ____________

    traverse the right subtree

    traverse the left subtree

    traverse right subtree and visit the root

    visit the root

  • 2. Multiple Choice
    5 minutes
    1 pt

    Given a sequence of number below:

    50,60,40,70,45,55,30,80,65,35,25,75,85


    When creating a binary search tree, what is the height of the tree?

    3

    4

    5

    6

  • 3. Multiple Choice
    30 seconds
    1 pt
    Image

    How many leaf are there in the tree?

    1

    3

    4

    7

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?