
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
15 questions
Quiz de Desenvolvimento WEB Backend

Quiz
•
Professional Development
13 questions
Q5 Big Data Engineer M8 & M9

Quiz
•
Professional Development
10 questions
Simple Easy Basic Lua Quiz

Quiz
•
4th Grade - Professio...
8 questions
A360 Logs and Diagnostic Utility

Quiz
•
Professional Development
10 questions
Flutter_Q5

Quiz
•
Professional Development
6 questions
Java_4

Quiz
•
Professional Development
10 questions
Quiz for Module2

Quiz
•
Professional Development
10 questions
Intro to Node.js

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade