Data Structures-Quiz Pre UTS
Data Structures-Quiz Pre UTS
NIM:
Pre Mid-Term Quiz
7 April 2021
b. Based on the result of conversion above, please do simulation of evaluating prefix notation that
you have found using stack. (10 points)
Prefix String Stack
ironman (7564), spiderman (9636), superman (8752), batman (6277), thor (4451), hulk (4368),
captain (7369), joker (5391)
Key Name
47
21 56
10 33 50
39 49
a. Please simulate the insertion of 28, 15, dan 61. (10 points)
(You need to draw BST for each node insertion)
b. Continuing from the previous BST condition, please simulates the deletion of: 21 dan 47 (10
points)
(You need to draw BST for each node insertion)
In order to implement the Playlist feature, Rekt decided to use the linked list approach. Based on
the information that has been given, please Rekt to create the playlist app using C programming
language
== Good Luck ==