VCE-ALPHA-22.11.2023-AN

VCE-ALPHA-22.11.2023-AN

Professional Development

15 Qs

quiz-placeholder

Similar activities

Practice Test

Practice Test

KG - Professional Development

16 Qs

Idioms part 1

Idioms part 1

8th Grade - Professional Development

10 Qs

Riddles

Riddles

4th Grade - Professional Development

10 Qs

Oxford Dominoes Kidnap!

Oxford Dominoes Kidnap!

Professional Development

10 Qs

coding skills (ISCP 02) Tuesday slot1 (9am - 11:00am) CSE A & C

coding skills (ISCP 02) Tuesday slot1 (9am - 11:00am) CSE A & C

Professional Development

20 Qs

coding skills (ISCP 02) Tuesday slot2 (11am - 1:00pm) CSE E & G

coding skills (ISCP 02) Tuesday slot2 (11am - 1:00pm) CSE E & G

Professional Development

20 Qs

Prose a stormy Day

Prose a stormy Day

KG - Professional Development

12 Qs

Is the Amazon rainforest beyond saving?

Is the Amazon rainforest beyond saving?

Professional Development

12 Qs

VCE-ALPHA-22.11.2023-AN

VCE-ALPHA-22.11.2023-AN

Assessment

Quiz

English

Professional Development

Easy

Created by

CCC info@ccc.training

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can you save memory when storing color information in Red-Black tree?
using least significant bit of one of the pointers in the node for color information
using another array with colors of each node
storing color information in the node structure
using negative and positive numbering

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the special property of red-black trees and what root should always be?
a color which is either red or black and root should always be black color only
height of the tree
pointer to next node
a color which is either green or black

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why do we impose restrictions like . root property is black . every leaf is black . children of red node are black . all leaves have same black
to get logarithm time complexity
to get linear time complexity
to get exponential time complexity
to get constant time complexity

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the speciality of cartesian sorting?
it sorts partially sorted set of data quickly
it considers cartesian product of elements
it sorts elements in less than O(logn)
it is a self balancing tree

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cartesian trees solve range minimum query problem in constant time.
true
false

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a Cartesian tree?
a skip list in the form of tree
a tree which obeys cartesian product
a tree which obeys heap property and whose inorder traversal yields the given sequence
a tree which obeys heap property only

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider a sequence of numbers to have repetitions, how a cartesian tree can be constructed in such situations without violating any rules?
use any tie-breaking rule between repeated elements
cartesian tree is impossible when repetitions are present
construct a max heap in such cases
construct a min heap in such cases

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?