Binary search tree

Binary search tree

University

8 Qs

quiz-placeholder

Similar activities

Skip List Quizizz

Skip List Quizizz

9th Grade - University

12 Qs

Data Structures

Data Structures

University

12 Qs

Trees

Trees

University

10 Qs

Trees

Trees

University

10 Qs

Trees - Data Structures

Trees - Data Structures

University

7 Qs

Trees

Trees

University

10 Qs

Graph Traversal Algorithms Quiz

Graph Traversal Algorithms Quiz

12th Grade - University

13 Qs

หน่วยการเรียนรู้ เรื่อง ต้นไม้ (Tree)

หน่วยการเรียนรู้ เรื่อง ต้นไม้ (Tree)

University

10 Qs

Binary search tree

Binary search tree

Assessment

Quiz

Computers

University

Medium

Created by

Dr.R. Khanchana

Used 107+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Post order traversal :

1a+b*c+d*e+f*g

1abc*+de*f+g*+

++a*bc*+*defg

abc+*+defg*+*

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In Order traversal

40 20 50 10 30

40 50 20 30 10

10 20 30 40 50

50 40 20 30 10

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the MAXIMUM number of nodes in a binary search tree with height = 5 ?

26-1

25-1

25

26

6

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these tree traversal methods is used to output the contents of a binary tree in ascending order?

Pre-Order

In-Order

Post-Order

Monastic Orders

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

displays data items in a hierarchical view
Flowchart
Trees
Binary Tree
Binary Expression Tree

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A tree is composed of ____ connected by edges or lines.
Fruit 
Leaf Node
Root Node
Nodes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Kind of tree where every node in a tree can have at most two children.
Binary Tree
Binary Expression Tree
Tree
Binary Search Tree

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Balanced Tree has equal number of items on each subtree.
True
False