Binary Search Trees C++

Binary Search Trees C++

University

8 Qs

quiz-placeholder

Similar activities

CPE 2B

CPE 2B

University

10 Qs

UAS SISTEM PENDUKUNG KEPUTUSAN SUSULAN

UAS SISTEM PENDUKUNG KEPUTUSAN SUSULAN

University

10 Qs

IT Participation 4

IT Participation 4

University

10 Qs

IC and Semiconductor

IC and Semiconductor

University

10 Qs

CID421 Introduction to 3D CAD SOLIDWORK

CID421 Introduction to 3D CAD SOLIDWORK

University

12 Qs

Trees

Trees

University

10 Qs

Artificial Intelligence

Artificial Intelligence

University

10 Qs

Texturas_01

Texturas_01

University

10 Qs

Binary Search Trees C++

Binary Search Trees C++

Assessment

Quiz

Computers

University

Hard

Created by

Thomas Martinez

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