Data Structure and Algoritms Course Outline
Data Structure and Algoritms Course Outline
Prelim
Midterm
Chapter 4 Stacks
a. What is stacks...…………………………………………………………………... 48
b. Uses of Stacks .…………………………………………………………………… 48
c. Operations.………………………………………………………………………. 49
d. Stack Implementation .…………………………………………………………... 50
e. Stack Application: Evaluation of Infix, Postfix and Prefix Expressions…………… 50
f. Rules in converting from infix to postfix and vice versa………………………….. 52
Chapter 5
Queue
a. Queue……………………………………………………………………………... 57
b. The Queue Operations…………………………………………………………….. 57
c. Storing a queue in a static data structure…………………………………………… 60
d. Storing a queue in a dynamic data structure………………………………………… 60
e. Adding a node (Add) in a dynamic data structure……………………………………. 61
f. Removing a node (Remove) in a dynamic data structure……………………………... 61
Finals