501324-3 Fall 2021 Assignment 501324-3 Fall 2021 Assignment Topics: Stack - Queue - Tree Topics: Stack - Queue - Tree Consider that you have a stack S and a queue Q. Draw S and Q after executing the following operations (Op). You have to indicate for each operation, the stack or the queue content in addition to the index value of the top (stack) or the front and the rear (queue) Question 1: Convert the following infix expression into postfix one] (A+B"D) (D-E)+G PS: you have to illustrate the different steps of this conversion one by one. Stack S; Queue Q int a=3, b=7 Token # Scan Postfix Expression Stack Opl: Qenqueuela+b); Op2: S.push(a-b); Op3: S.push(b); Op4: a-pop); Ops: Q.enqueue(a); Op6: S.push(Q dequeue0); Op7: Q.enqueue(b); Ops: Qenqueue(S.popo + b); Op9 Q.enqueue(Q.deaueue0); Op10: Qenequeue(S.pop0): Operation Stack S Queue O 10 The final solution is:

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Evaluate the postfix expression A B C D + * /

Where A = 66, B = 1, C = 12 and D=10

501324-3 Fall 2021
Assignment
501324-3 Fall 2021
Assignment
Topics: Stack – Queue - Tree
Consider that you have a stack S and a queue Q. Draw S and Q after executing the
following operations (Op).
Topics: Stack – Queue - Tree
You have to indicate for each operation, the stack or the queue content in addition
to the index value of the top (stack) or the front and the rear (queue)
Question 1:
Convert the following infix expression into postfix one]
(A+B^D)/(D-E)±G
Stack S; Queue Q;
PS: you have to illustrate the different steps of this conversion one by one.
int a=3, b=7
Token #
Postfix Expression
Stack
Scan
Opl: Qengueue(atb);
Op2: S.push(a-b);
. Ор3: S.push),
Ор4: а-роp();
• Op5: Qenqueue(a);
Op6: SRush(Q.degueueO);
Op7: Qenqueue(b);
• Op8: Qengueue(S.pop0 + b);
Qengueue(Q.deaueueO);
1
14
Op9
Op10: Qenequeue(S.pop0);
18
19
Operation
Stack S
Queue Q
1
10
11
2
12
13
3
14
15
4
The final solution is:
Question 2:
Evaluate the postfix expression ABCD+* /
Where A = 66, B = 1, C = 12 and D=10
8
9
Question 3: (Final Exam-Fall2018)
Transcribed Image Text:501324-3 Fall 2021 Assignment 501324-3 Fall 2021 Assignment Topics: Stack – Queue - Tree Consider that you have a stack S and a queue Q. Draw S and Q after executing the following operations (Op). Topics: Stack – Queue - Tree You have to indicate for each operation, the stack or the queue content in addition to the index value of the top (stack) or the front and the rear (queue) Question 1: Convert the following infix expression into postfix one] (A+B^D)/(D-E)±G Stack S; Queue Q; PS: you have to illustrate the different steps of this conversion one by one. int a=3, b=7 Token # Postfix Expression Stack Scan Opl: Qengueue(atb); Op2: S.push(a-b); . Ор3: S.push), Ор4: а-роp(); • Op5: Qenqueue(a); Op6: SRush(Q.degueueO); Op7: Qenqueue(b); • Op8: Qengueue(S.pop0 + b); Qengueue(Q.deaueueO); 1 14 Op9 Op10: Qenequeue(S.pop0); 18 19 Operation Stack S Queue Q 1 10 11 2 12 13 3 14 15 4 The final solution is: Question 2: Evaluate the postfix expression ABCD+* / Where A = 66, B = 1, C = 12 and D=10 8 9 Question 3: (Final Exam-Fall2018)
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Stack
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education