
Trie - Data Structure Quiz

Quiz
•
Professional Development
•
Professional Development
•
Hard
Purushotham M
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements are true about Trie Data structure?
P1: There is one root node in each Trie.
P2: Each path from the root to any node represents a word or string.
P3: We can not do prefix search (or auto-complete) with Trie.
P4: There is no use of Hash functions in a Trie data structure
P1 & P3 Only
P2 & P3 Only
P1 Only
P1, P2 and P4
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A program to search a contact from phone directory can be implemented efficiently using a ______
BST
Trie
Balanced BST
Binary tree
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What can be the maximum depth of the Trie with n strings and m as the maximum string length?
log2n
log2m
n
m
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is true about the Trie?
Root is letter a
Path from root to the leaf yields the string
Children of nodes are randomly ordered
Each node stores the associated keys
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Given the following C++ code snippet for inserting a string into a Trie, find the missing line:
Which of the following lines should replace ________________________ to correctly insert the string into the Trie?
node = node->children[index];
node = node->children[str[i + 1]];
node = node->children[index++];
node = node->children[index + 1];
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the efficient data structure for searching words in dictionaries?
BST
Linked List
Balanced BST
Trie
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trie is also known as _________
Digital Tree
Treap
Binomial Tree
2-3 Tree
Answer explanation
It stores characters digitally (like bits) from the root to the leaf, hence the name Digital Tree.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
WSN_1

Quiz
•
Professional Development
10 questions
Nodejs: Queues and Background Workers

Quiz
•
Professional Development
15 questions
Network quiz

Quiz
•
Professional Development
10 questions
Quiz for Module2

Quiz
•
Professional Development
15 questions
Nodejs: Packages and Package.json

Quiz
•
Professional Development
12 questions
The Lymphatic System

Quiz
•
Professional Development
10 questions
Intro to Node.js

Quiz
•
Professional Development
6 questions
Continuous Professional Development(CPD)

Quiz
•
Professional Development
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade