
Data Structure tree and graph

Quiz
•
Information Technology (IT)
•
University
•
Hard
Arshad Ali
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Convert the postfix expression,into its correct infix form.
Expression:876-4*/83*+4+5/
((8/((7−6)∗4))+(8∗3)+4)/5
(8/(7−(6∗4))+(8∗3)+4)/5(8 / (7 - (6 4)) + (8 3) + 4) / 5(8/(7−(6∗4))+(8∗3)+4)/5
(8/((7−6)/4)+8∗(3+4))/5
((8/(7−6))∗4+(8∗3)+4)/5
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the maximum number of nodes at level k in a binary tree?
2^k-1
2^k
2k
k^2
3.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
what will be the output of above code if the binary search tree values are [50 30 40 20 10 70 60 80 90] low=30 and high=90
[30,40,50,60,70,80]
[80,70,60,50,40,30]
[30,50,70,90]
[40,60,80]
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
A social media platform wants to recommend friends to its users based on common interests. The platform represents users as nodes in a graph, and the friendships between users as edges. The recommendation algorithm aims to suggest friends who have a high number of mutual friends.Which algorithm is most suitable for recommending friends based on mutual friends in the graph?
Breadth-first search (BFS)
Depth-first search (DFS)
Dijkstra's algorithm
Kruskal's algorithm
5.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Given a BST(Binary Search Tree) with values 10,50,150,37,7 and minVal=-9999 maxVal=9999 what is the functionality of the following code
Checks largest child node in the BST
Checks the root element is maximum or minimum
Checks all the BST values are within minVal to maxVal
Checks the given BST is valid BST or not
6.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Below code finds the Kth smallest number in the binary search tree. But the code contains small logical faults that prevent it from producing the required results. To obtain the output, correct the code
condition:if (count != k) should be changed to if (count < k)
condition:if (count != k) should be changed to if (count >=k)
condition:if (count != k) should be changed to if (count == k)
condition:if (count != k) should be changed to if (count > k)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when the root node is deleted from a BST?
Tree becomes invalid
Only the left subtree survives
The entire tree is deleted
It must be replaced with a node from a subtree
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Berpikir Komputasional - Struktur Data

Quiz
•
9th Grade - University
15 questions
DSA (Quiz 1) Arrays and Linked Lists

Quiz
•
University
10 questions
Red-Black Tree Quiz

Quiz
•
University
15 questions
Power BI Quiz (Beginner Level)

Quiz
•
University
12 questions
Binary Search

Quiz
•
University
17 questions
LA 1A 2024 - QUIZ P15

Quiz
•
University
20 questions
Quiz Komputasional-Struktur Data kelas 9

Quiz
•
9th Grade - University
14 questions
Unit: IV MongoDB and Node.js Quiz

Quiz
•
12th Grade - University
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Information Technology (IT)
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
2 questions
Pronouncing Names Correctly

Quiz
•
University
34 questions
WH - Unit 2 Exam Review -B

Quiz
•
10th Grade - University
21 questions
Mapa países hispanohablantes

Quiz
•
1st Grade - University
10 questions
Transition Words

Quiz
•
University
5 questions
Theme

Interactive video
•
4th Grade - University
25 questions
Identifying Parts of Speech

Quiz
•
8th Grade - University
10 questions
Spanish Greetings and Goodbyes!

Lesson
•
6th Grade - University